summaryrefslogtreecommitdiff
path: root/packages/patchutils
diff options
context:
space:
mode:
Diffstat (limited to 'packages/patchutils')
-rw-r--r--packages/patchutils/patchutils_0.2.25.bb8
-rw-r--r--packages/patchutils/patchutils_0.2.26.bb8
-rw-r--r--packages/patchutils/patchutils_0.2.27.bb8
-rw-r--r--packages/patchutils/patchutils_0.2.28.bb8
-rw-r--r--packages/patchutils/patchutils_0.2.30.bb8
-rw-r--r--packages/patchutils/patchutils_0.2.31.bb19
6 files changed, 0 insertions, 59 deletions
diff --git a/packages/patchutils/patchutils_0.2.25.bb b/packages/patchutils/patchutils_0.2.25.bb
deleted file mode 100644
index f43a274a8f..0000000000
--- a/packages/patchutils/patchutils_0.2.25.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-SECTION = "devel"
-LICENSE = "GPL"
-DESCRIPTION = "Patchutils is a small collection of programs that operate on patch files."
-
-
-SRC_URI = "http://cyberelk.net/tim/data/patchutils/stable/patchutils-${PV}.tar.bz2"
-
-inherit autotools
diff --git a/packages/patchutils/patchutils_0.2.26.bb b/packages/patchutils/patchutils_0.2.26.bb
deleted file mode 100644
index f43a274a8f..0000000000
--- a/packages/patchutils/patchutils_0.2.26.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-SECTION = "devel"
-LICENSE = "GPL"
-DESCRIPTION = "Patchutils is a small collection of programs that operate on patch files."
-
-
-SRC_URI = "http://cyberelk.net/tim/data/patchutils/stable/patchutils-${PV}.tar.bz2"
-
-inherit autotools
diff --git a/packages/patchutils/patchutils_0.2.27.bb b/packages/patchutils/patchutils_0.2.27.bb
deleted file mode 100644
index f43a274a8f..0000000000
--- a/packages/patchutils/patchutils_0.2.27.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-SECTION = "devel"
-LICENSE = "GPL"
-DESCRIPTION = "Patchutils is a small collection of programs that operate on patch files."
-
-
-SRC_URI = "http://cyberelk.net/tim/data/patchutils/stable/patchutils-${PV}.tar.bz2"
-
-inherit autotools
diff --git a/packages/patchutils/patchutils_0.2.28.bb b/packages/patchutils/patchutils_0.2.28.bb
deleted file mode 100644
index f43a274a8f..0000000000
--- a/packages/patchutils/patchutils_0.2.28.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-SECTION = "devel"
-LICENSE = "GPL"
-DESCRIPTION = "Patchutils is a small collection of programs that operate on patch files."
-
-
-SRC_URI = "http://cyberelk.net/tim/data/patchutils/stable/patchutils-${PV}.tar.bz2"
-
-inherit autotools
diff --git a/packages/patchutils/patchutils_0.2.30.bb b/packages/patchutils/patchutils_0.2.30.bb
deleted file mode 100644
index f43a274a8f..0000000000
--- a/packages/patchutils/patchutils_0.2.30.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-SECTION = "devel"
-LICENSE = "GPL"
-DESCRIPTION = "Patchutils is a small collection of programs that operate on patch files."
-
-
-SRC_URI = "http://cyberelk.net/tim/data/patchutils/stable/patchutils-${PV}.tar.bz2"
-
-inherit autotools
diff --git a/packages/patchutils/patchutils_0.2.31.bb b/packages/patchutils/patchutils_0.2.31.bb
deleted file mode 100644
index 17b5d27c3f..0000000000
--- a/packages/patchutils/patchutils_0.2.31.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-SECTION = "devel"
-LICENSE = "GPL"
-DESCRIPTION = "Patchutils is a small collection of programs that operate on patch files."
-
-SRC_URI = "http://cyberelk.net/tim/data/patchutils/stable/patchutils-${PV}.tar.bz2"
-
-inherit autotools
-
-do_configure_prepend() {
- sed -i -e s:AC_CONFIG_SRCDIR:#AC_CONFIG_SRCDIR:g configure.in
-}
-
-do_configure() {
- gnu-configize
- libtoolize --force
- oe_runconf
-}
-
-