fix ipkg 0.99.120 not to use a custom autoreconf.sh and
authorMichael Lauer <mickey@vanille-media.de>
Fri, 9 Apr 2004 10:18:39 +0000 (10:18 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Fri, 9 Apr 2004 10:18:39 +0000 (10:18 +0000)
delete the older (now obsolete) ipkg versions (ipkg patch courtesy pb_)

BKrev: 4076787fgSbPmkThtg7MkUluIdYtow

18 files changed:
ipkg/ipkg-0.99.108/libipkg-dev.patch [deleted file]
ipkg/ipkg-native_0.99.108.oe [deleted file]
ipkg/ipkg-native_0.99.114.oe [deleted file]
ipkg/ipkg-native_0.99.116.oe [deleted file]
ipkg/ipkg-native_0.99.118.oe [deleted file]
ipkg/ipkg-native_0.99.119.oe [deleted file]
ipkg/ipkg-native_0.99.84.oe [deleted file]
ipkg/ipkg-native_0.99.91.oe [deleted file]
ipkg/ipkg-native_0.99.95.oe [deleted file]
ipkg/ipkg_0.99.108.oe [deleted file]
ipkg/ipkg_0.99.114.oe [deleted file]
ipkg/ipkg_0.99.116.oe [deleted file]
ipkg/ipkg_0.99.118.oe [deleted file]
ipkg/ipkg_0.99.119.oe [deleted file]
ipkg/ipkg_0.99.120.oe
ipkg/ipkg_0.99.84.oe [deleted file]
ipkg/ipkg_0.99.91.oe [deleted file]
ipkg/ipkg_0.99.95.oe [deleted file]

diff --git a/ipkg/ipkg-0.99.108/libipkg-dev.patch b/ipkg/ipkg-0.99.108/libipkg-dev.patch
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/ipkg/ipkg-native_0.99.108.oe b/ipkg/ipkg-native_0.99.108.oe
deleted file mode 100644 (file)
index c8301ee..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-include ipkg_${PV}.oe
-inherit native
-
-DEPENDS = "patcher-native"
-FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/ipkg-${PV}"
-PACKAGES = ""
diff --git a/ipkg/ipkg-native_0.99.114.oe b/ipkg/ipkg-native_0.99.114.oe
deleted file mode 100644 (file)
index c8301ee..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-include ipkg_${PV}.oe
-inherit native
-
-DEPENDS = "patcher-native"
-FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/ipkg-${PV}"
-PACKAGES = ""
diff --git a/ipkg/ipkg-native_0.99.116.oe b/ipkg/ipkg-native_0.99.116.oe
deleted file mode 100644 (file)
index cc56cb0..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-include ipkg_${PV}.oe
-inherit native
-
-DEPENDS = "patcher-native libtool-native automake-native"
-FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/ipkg-${PV}"
diff --git a/ipkg/ipkg-native_0.99.118.oe b/ipkg/ipkg-native_0.99.118.oe
deleted file mode 100644 (file)
index cc56cb0..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-include ipkg_${PV}.oe
-inherit native
-
-DEPENDS = "patcher-native libtool-native automake-native"
-FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/ipkg-${PV}"
diff --git a/ipkg/ipkg-native_0.99.119.oe b/ipkg/ipkg-native_0.99.119.oe
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/ipkg/ipkg-native_0.99.84.oe b/ipkg/ipkg-native_0.99.84.oe
deleted file mode 100644 (file)
index c8301ee..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-include ipkg_${PV}.oe
-inherit native
-
-DEPENDS = "patcher-native"
-FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/ipkg-${PV}"
-PACKAGES = ""
diff --git a/ipkg/ipkg-native_0.99.91.oe b/ipkg/ipkg-native_0.99.91.oe
deleted file mode 100644 (file)
index c8301ee..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-include ipkg_${PV}.oe
-inherit native
-
-DEPENDS = "patcher-native"
-FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/ipkg-${PV}"
-PACKAGES = ""
diff --git a/ipkg/ipkg-native_0.99.95.oe b/ipkg/ipkg-native_0.99.95.oe
deleted file mode 100644 (file)
index c8301ee..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-include ipkg_${PV}.oe
-inherit native
-
-DEPENDS = "patcher-native"
-FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/ipkg-${PV}"
-PACKAGES = ""
diff --git a/ipkg/ipkg_0.99.108.oe b/ipkg/ipkg_0.99.108.oe
deleted file mode 100644 (file)
index 86a0a63..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-DESCRIPTION = "Itsy Package Manager"
-LICENSE = "GPL"
-PROVIDES = "virtual/ipkg"
-DEPENDS = "virtual/libc"
-
-SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=familiar/dist/ipkg;tag=${@'V' + oe.data.getVar('PV',d,1).replace('.', '-')} \
-        file://${FILESDIR}/libipkg-dev.patch;patch=1"
-S = "${WORKDIR}/ipkg/C"
-
-inherit autotools
-
-do_configure_prepend () {
-       ./autoconfigure.sh
-}
diff --git a/ipkg/ipkg_0.99.114.oe b/ipkg/ipkg_0.99.114.oe
deleted file mode 100644 (file)
index d6de6c5..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-DESCRIPTION = "Itsy Package Manager"
-LICENSE = "GPL"
-PROVIDES = "virtual/ipkg"
-DEPENDS = "virtual/libc"
-
-SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=familiar/dist/ipkg;tag=${@'V' + oe.data.getVar('PV',d,1).replace('.', '-')}"
-S = "${WORKDIR}/ipkg/C"
-
-inherit autotools
-
-do_configure_prepend () {
-       ./autoconfigure.sh
-}
diff --git a/ipkg/ipkg_0.99.116.oe b/ipkg/ipkg_0.99.116.oe
deleted file mode 100644 (file)
index d6de6c5..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-DESCRIPTION = "Itsy Package Manager"
-LICENSE = "GPL"
-PROVIDES = "virtual/ipkg"
-DEPENDS = "virtual/libc"
-
-SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=familiar/dist/ipkg;tag=${@'V' + oe.data.getVar('PV',d,1).replace('.', '-')}"
-S = "${WORKDIR}/ipkg/C"
-
-inherit autotools
-
-do_configure_prepend () {
-       ./autoconfigure.sh
-}
diff --git a/ipkg/ipkg_0.99.118.oe b/ipkg/ipkg_0.99.118.oe
deleted file mode 100644 (file)
index bb3c3f7..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-DESCRIPTION = "Itsy Package Manager"
-LICENSE = "GPL"
-PROVIDES = "virtual/ipkg"
-DEPENDS = "virtual/libc"
-
-SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=familiar/dist/ipkg;tag=${@'V' + oe.data.getVar('PV',d,1).replace('.', '-')}"
-S = "${WORKDIR}/ipkg/C"
-
-inherit autotools libtool
-
-do_configure_prepend () {
-       ./autoconfigure.sh
-}
diff --git a/ipkg/ipkg_0.99.119.oe b/ipkg/ipkg_0.99.119.oe
deleted file mode 100644 (file)
index e69de29..0000000
index e69de29..41c4257 100644 (file)
@@ -0,0 +1,9 @@
+DESCRIPTION = "Itsy Package Manager"
+LICENSE = "GPL"
+PROVIDES = "virtual/ipkg"
+DEPENDS = "virtual/libc"
+
+SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=familiar/dist/ipkg;tag=${@'V' + oe.data.getVar('PV',d,1).replace('.', '-')}"
+S = "${WORKDIR}/ipkg/C"
+
+inherit autotools libtool
diff --git a/ipkg/ipkg_0.99.84.oe b/ipkg/ipkg_0.99.84.oe
deleted file mode 100644 (file)
index d6de6c5..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-DESCRIPTION = "Itsy Package Manager"
-LICENSE = "GPL"
-PROVIDES = "virtual/ipkg"
-DEPENDS = "virtual/libc"
-
-SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=familiar/dist/ipkg;tag=${@'V' + oe.data.getVar('PV',d,1).replace('.', '-')}"
-S = "${WORKDIR}/ipkg/C"
-
-inherit autotools
-
-do_configure_prepend () {
-       ./autoconfigure.sh
-}
diff --git a/ipkg/ipkg_0.99.91.oe b/ipkg/ipkg_0.99.91.oe
deleted file mode 100644 (file)
index d6de6c5..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-DESCRIPTION = "Itsy Package Manager"
-LICENSE = "GPL"
-PROVIDES = "virtual/ipkg"
-DEPENDS = "virtual/libc"
-
-SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=familiar/dist/ipkg;tag=${@'V' + oe.data.getVar('PV',d,1).replace('.', '-')}"
-S = "${WORKDIR}/ipkg/C"
-
-inherit autotools
-
-do_configure_prepend () {
-       ./autoconfigure.sh
-}
diff --git a/ipkg/ipkg_0.99.95.oe b/ipkg/ipkg_0.99.95.oe
deleted file mode 100644 (file)
index d6de6c5..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-DESCRIPTION = "Itsy Package Manager"
-LICENSE = "GPL"
-PROVIDES = "virtual/ipkg"
-DEPENDS = "virtual/libc"
-
-SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=familiar/dist/ipkg;tag=${@'V' + oe.data.getVar('PV',d,1).replace('.', '-')}"
-S = "${WORKDIR}/ipkg/C"
-
-inherit autotools
-
-do_configure_prepend () {
-       ./autoconfigure.sh
-}