summaryrefslogtreecommitdiffstats
path: root/openwrt/package/lua
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-21 17:21:28 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-21 17:21:28 +0000
commite792a6d076dd25b2b85f37b859bf2cc362429694 (patch)
tree275d4cd33e47948c4a0c2e9bfa52b6ac53a5b12f /openwrt/package/lua
parentba4e72c1b9fd3ca4d84f11563e11a80b895a1ec7 (diff)
remove Maintainer: and Source: from packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2210 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/lua')
-rw-r--r--openwrt/package/lua/ipkg/liblua.control4
-rw-r--r--openwrt/package/lua/ipkg/lua-examples.control4
-rw-r--r--openwrt/package/lua/ipkg/lua.control4
-rw-r--r--openwrt/package/lua/ipkg/luac.control4
4 files changed, 0 insertions, 16 deletions
diff --git a/openwrt/package/lua/ipkg/liblua.control b/openwrt/package/lua/ipkg/liblua.control
index 6e727cbee..502523a53 100644
--- a/openwrt/package/lua/ipkg/liblua.control
+++ b/openwrt/package/lua/ipkg/liblua.control
@@ -1,8 +1,4 @@
Package: liblua
Priority: optional
Section: libs
-Version: [TBDL]
-Architecture: [TBDL]
-Maintainer: Nico <nthill@free.fr>
-Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/lua/
Description: LUA programming language shared libraries
diff --git a/openwrt/package/lua/ipkg/lua-examples.control b/openwrt/package/lua/ipkg/lua-examples.control
index ccbd5cde7..fc0e46e07 100644
--- a/openwrt/package/lua/ipkg/lua-examples.control
+++ b/openwrt/package/lua/ipkg/lua-examples.control
@@ -1,9 +1,5 @@
Package: lua-examples
Priority: optional
Section: devel
-Version: [TBDL]
-Architecture: [TBDL]
-Maintainer: Nico <nthill@free.fr>
-Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/lua/
Description: LUA programming language examples
Depends: lua
diff --git a/openwrt/package/lua/ipkg/lua.control b/openwrt/package/lua/ipkg/lua.control
index 4a3ece795..a938103ee 100644
--- a/openwrt/package/lua/ipkg/lua.control
+++ b/openwrt/package/lua/ipkg/lua.control
@@ -1,9 +1,5 @@
Package: lua
Priority: optional
Section: admin
-Version: [TBDL]
-Architecture: [TBDL]
-Maintainer: Nico <nthill@free.fr>
-Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/lua/
Description: LUA programming language interpreter
Depends: liblua
diff --git a/openwrt/package/lua/ipkg/luac.control b/openwrt/package/lua/ipkg/luac.control
index c4b8c9acf..f379f9e45 100644
--- a/openwrt/package/lua/ipkg/luac.control
+++ b/openwrt/package/lua/ipkg/luac.control
@@ -1,9 +1,5 @@
Package: luac
Priority: optional
Section: devel
-Version: [TBDL]
-Architecture: [TBDL]
-Maintainer: Nico <nthill@free.fr>
-Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/lua/
Description: LUA programming language compiler
Depends: liblua