diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-03-09 15:13:35 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-03-09 15:13:35 +0000 |
commit | 640a9b93479da130e388b50d4c9bbeae80e9b9c4 (patch) | |
tree | 997a5f1b6e618870410eebbf65029d0e607edda5 /sys-fs/iprutils | |
parent | removing bluez-sdp (diff) | |
download | historical-640a9b93479da130e388b50d4c9bbeae80e9b9c4.tar.gz historical-640a9b93479da130e388b50d4c9bbeae80e9b9c4.tar.bz2 historical-640a9b93479da130e388b50d4c9bbeae80e9b9c4.zip |
Fixed invalid atoms in *DEPEND. Fixed ChangeLog header.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sys-fs/iprutils')
-rw-r--r-- | sys-fs/iprutils/ChangeLog | 8 | ||||
-rw-r--r-- | sys-fs/iprutils/Manifest | 14 | ||||
-rw-r--r-- | sys-fs/iprutils/iprutils-2.0.13.7-r1.ebuild | 10 |
3 files changed, 20 insertions, 12 deletions
diff --git a/sys-fs/iprutils/ChangeLog b/sys-fs/iprutils/ChangeLog index ba9da1b7cc35..e701e95f7b80 100644 --- a/sys-fs/iprutils/ChangeLog +++ b/sys-fs/iprutils/ChangeLog @@ -1,6 +1,10 @@ -# ChangeLog for sys-fs/udftools +# ChangeLog for sys-fs/iprutils # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/ChangeLog,v 1.1 2005/03/09 05:38:17 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/ChangeLog,v 1.2 2005/03/09 15:13:35 swegener Exp $ + + 09 Mar 2005; Sven Wegener <swegener@gentoo.org> + iprutils-2.0.13.7-r1.ebuild: + Fixed invalid atoms in *DEPEND. 06 Mar 2005; Tom Gall <tgall@gentoo.org> +iprutils-2.0.13.7-r1, +ChangeLog, +metadata.xml: diff --git a/sys-fs/iprutils/Manifest b/sys-fs/iprutils/Manifest index 21906fd01c11..6fc9801d943f 100644 --- a/sys-fs/iprutils/Manifest +++ b/sys-fs/iprutils/Manifest @@ -1,4 +1,14 @@ -MD5 7c05b4174b2594f1d212ecf7d1ee2431 ChangeLog 353 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 b04e12ebddd39d4ac0f27da0970cc6d5 iprutils-2.0.13.7-r1.ebuild 681 +MD5 196fd0456b63ff7e45fc8c94784648e8 ChangeLog 472 MD5 963447b2ebad608f2a0895a52f81bc02 metadata.xml 248 -MD5 3c96a8cdb6a20364f10ffb91a31dae69 iprutils-2.0.13.7-r1.ebuild 710 MD5 5dc474c0fc9c73d63db9d8e799543030 files/digest-iprutils-2.0.13.7-r1 70 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.0 (GNU/Linux) + +iD8DBQFCLxKsI1lqEGTUzyQRAtO/AKDMAmzC6vIWrRijjoDBhLm2v+ljcwCfbn8z +zIZSow28+Mw4j3lV/eyRCH4= +=dgpV +-----END PGP SIGNATURE----- diff --git a/sys-fs/iprutils/iprutils-2.0.13.7-r1.ebuild b/sys-fs/iprutils/iprutils-2.0.13.7-r1.ebuild index 1673839d26c1..6c5d55f93735 100644 --- a/sys-fs/iprutils/iprutils-2.0.13.7-r1.ebuild +++ b/sys-fs/iprutils/iprutils-2.0.13.7-r1.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/sys-fs/iprutils/iprutils-2.0.13.7-r1.ebuild,v 1.1 2005/03/09 05:38:17 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/iprutils-2.0.13.7-r1.ebuild,v 1.2 2005/03/09 15:13:35 swegener Exp $ inherit eutils @@ -15,16 +15,10 @@ KEYWORDS="ppc64" IUSE="" DEPEND="virtual/libc - >=ncurses-5.4-r5 + >=sys-libs/ncurses-5.4-r5 >=sys-apps/pciutils-2.1.11-r1 >=sys-fs/sysfsutils-1.2.0" -src_unpack() { - unpack ${A} - cd ${S} -} - - src_install () { make INSTALL_MOD_PATH=${D} install || die dodoc ChangeLog LICENSE |