fakeroot: update to latest version 1.9.1
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Thu, 24 Jan 2008 12:23:56 +0000 (12:23 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Thu, 24 Jan 2008 12:23:56 +0000 (12:23 +0000)
* 1.8.3 had become unfetchable
* use DEBIAN_MIRROR
* some clean-up (StyleGuide, move common files to files/ instead of $PN-$PV/

packages/fakeroot/fakeroot-native-1.8.3/.mtn2git_empty [deleted file]
packages/fakeroot/fakeroot-native-1.8.3/configure-libtool.patch [deleted file]
packages/fakeroot/fakeroot-native_1.9.1.bb [moved from packages/fakeroot/fakeroot-native_1.8.3.bb with 96% similarity]
packages/fakeroot/fakeroot_1.9.1.bb [moved from packages/fakeroot/fakeroot_1.8.3.bb with 77% similarity]
packages/fakeroot/files/configure-libtool.patch [moved from packages/fakeroot/fakeroot-1.8.3/configure-libtool.patch with 100% similarity]

diff --git a/packages/fakeroot/fakeroot-native-1.8.3/.mtn2git_empty b/packages/fakeroot/fakeroot-native-1.8.3/.mtn2git_empty
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/packages/fakeroot/fakeroot-native-1.8.3/configure-libtool.patch b/packages/fakeroot/fakeroot-native-1.8.3/configure-libtool.patch
deleted file mode 100644 (file)
index 8830328..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
---- fakeroot-1.8.3/configure.ac.orig   2007-10-31 00:17:27.000000000 -0500
-+++ fakeroot-1.8.3/configure.ac        2007-10-31 00:18:12.000000000 -0500
-@@ -1,14 +1,12 @@
- dnl Process this file with autoconf to produce a configure script.
- AC_INIT([fakeroot],[FAKEROOT_VERSION],[schizo@debian.org],[fakeroot])
- AC_PREREQ(2.61)
--LT_PREREQ(2.1a)
- AC_CANONICAL_TARGET
- AM_INIT_AUTOMAKE
- AM_MAINTAINER_MODE
- AC_CONFIG_HEADERS([config.h])
- AC_PROG_MAKE_SET
--LT_INIT
--LT_LANG(C)
-+AC_PROG_LIBTOOL
- AC_ARG_WITH([ipc],
-           AS_HELP_STRING([--with-ipc@<:@=IPCTYPE@:>@],
similarity index 96%
rename from packages/fakeroot/fakeroot-native_1.8.3.bb
rename to packages/fakeroot/fakeroot-native_1.9.1.bb
index 8b3d2a1..77d6f58 100644 (file)
@@ -1,11 +1,12 @@
-SECTION = "base"
 require fakeroot_${PV}.bb
-inherit native
+
 RDEPENDS="util-linux-native"
 
 SRC_URI += "file://fix-prefix.patch;patch=1 "
 S = "${WORKDIR}/fakeroot-${PV}"
 
+inherit native
+
 EXTRA_OECONF = " --program-prefix="
 
 # Compatability for the rare systems not using or having SYSV
similarity index 77%
rename from packages/fakeroot/fakeroot_1.8.3.bb
rename to packages/fakeroot/fakeroot_1.9.1.bb
index ef4d1ba..aaf696d 100644 (file)
@@ -1,11 +1,12 @@
 DESCRIPTION = "Gives a fake root environment"
+HOMEPAGE = "http://fakeroot.alioth.debian.org/"
 SECTION = "base"
 LICENSE = "GPL"
 # fakeroot needs getopt which is provided by the util-linux package
 RDEPENDS = "util-linux"
 PR = "r1"
 
-SRC_URI = "ftp://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_${PV}.tar.gz \
+SRC_URI = "${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.tar.gz \
            file://configure-libtool.patch;patch=1"
            
 inherit autotools