summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-09-25 10:33:49 +0000
committerMike Frysinger <vapier@gentoo.org>2005-09-25 10:33:49 +0000
commit55112ab947b85010981ca6c5ba72fcc6083562e0 (patch)
treea97299115bcd32df8e521c26759fbcb9df78bd4e /app-arch/dump
parentNew version added with some patches from CVS. Bug #102228 (diff)
downloadhistorical-55112ab947b85010981ca6c5ba72fcc6083562e0.tar.gz
historical-55112ab947b85010981ca6c5ba72fcc6083562e0.tar.bz2
historical-55112ab947b85010981ca6c5ba72fcc6083562e0.zip
fix install groups #98207
Package-Manager: portage-2.0.52-r1 http://www.bash.org/?136501
Diffstat (limited to 'app-arch/dump')
-rw-r--r--app-arch/dump/Manifest18
-rw-r--r--app-arch/dump/dump-0.4.40.ebuild22
2 files changed, 22 insertions, 18 deletions
diff --git a/app-arch/dump/Manifest b/app-arch/dump/Manifest
index 690ed1b57e5f..85f4adafb153 100644
--- a/app-arch/dump/Manifest
+++ b/app-arch/dump/Manifest
@@ -1,7 +1,17 @@
-MD5 dba8f903277cb4fe50c51b3d27527c87 ChangeLog 5933
-MD5 38c2ce8037af26dc753862a61eb59e4f dump-0.4.40.ebuild 1549
-MD5 eaed81deeed5fa12851266a227ceb37c dump-0.4.39.ebuild 1541
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 7b798cbea6e9a29ae22ece46ce51b41e dump-0.4.37.ebuild 1540
+MD5 eaed81deeed5fa12851266a227ceb37c dump-0.4.39.ebuild 1541
+MD5 2c9e71b1b29f0a316167b2d640a66ffd dump-0.4.40.ebuild 1457
+MD5 dba8f903277cb4fe50c51b3d27527c87 ChangeLog 5933
MD5 68a2aca891a2c4b0f855df69ae2727f9 files/digest-dump-0.4.40 63
-MD5 15319d17b124480af1cb76202c5cb78d files/digest-dump-0.4.37 63
MD5 918243abb15a1cf0df32c00b42d77b50 files/digest-dump-0.4.39 63
+MD5 15319d17b124480af1cb76202c5cb78d files/digest-dump-0.4.37 63
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2 (GNU/Linux)
+
+iD8DBQFDNn1DgIKl8Uu19MoRAkDsAJ46TLugAuO7J5I2Gfl7VNU8GC1IFQCfXW0T
+SBEPR7wcKpoDZL8SfVQjEhU=
+=6053
+-----END PGP SIGNATURE-----
diff --git a/app-arch/dump/dump-0.4.40.ebuild b/app-arch/dump/dump-0.4.40.ebuild
index b474dc897cd2..733f85001462 100644
--- a/app-arch/dump/dump-0.4.40.ebuild
+++ b/app-arch/dump/dump-0.4.40.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/dump/dump-0.4.40.ebuild,v 1.1 2005/05/10 23:26:25 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/dump/dump-0.4.40.ebuild,v 1.2 2005/09/25 10:33:49 vapier Exp $
MY_P=${P/4./4b}
S=${WORKDIR}/${MY_P}
@@ -13,30 +13,24 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE="readline static"
-DEPEND=">=sys-fs/e2fsprogs-1.27
+RDEPEND=">=sys-fs/e2fsprogs-1.27
>=app-arch/bzip2-1.0.2
>=sys-libs/zlib-1.1.4
readline? ( sys-libs/readline )"
-RDEPEND="${DEPEND}
- || (
- app-arch/star
- app-arch/tar
- )"
-
-# virtual/os-headers never belong in RDEPENDs
-DEPEND="${DEPEND} virtual/os-headers"
+DEPEND="${RDEPEND}
+ virtual/os-headers"
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
sed -i "s:-ltermcap:-lncurses:g" configure || die
}
src_compile() {
econf \
--with-dumpdatespath=/etc/dumpdates \
- --with-binowner=root \
- --with-bingroup=root \
+ --with-{bin,man}owner=root \
+ --with-{bin,man}grp=root \
--enable-largefile \
$(use_enable static) \
$(use_enable static staticz) \
@@ -47,7 +41,7 @@ src_compile() {
src_install() {
# built on old autotools, no DESTDIR support
- einstall MANDIR=${D}/usr/share/man/man8 || die
+ einstall MANDIR="${D}"/usr/share/man/man8 || die
mv "${D}"/usr/sbin/{,dump-}rmt
mv "${D}"/usr/share/man/man8/{,dump-}rmt.8