diff options
author | 2004-06-30 14:43:30 +0000 | |
---|---|---|
committer | 2004-06-30 14:43:30 +0000 | |
commit | 9fd89637f1a741e3addaa0dbcfb0983e1191984a (patch) | |
tree | 19f9ab7b2c35a5c6bc845843f9d12e328cc4585b /sys-apps/cpint | |
parent | stable on alpha and ia64 (diff) | |
download | historical-9fd89637f1a741e3addaa0dbcfb0983e1191984a.tar.gz historical-9fd89637f1a741e3addaa0dbcfb0983e1191984a.tar.bz2 historical-9fd89637f1a741e3addaa0dbcfb0983e1191984a.zip |
sync IUSE (missing), trim trailing whitespace
Diffstat (limited to 'sys-apps/cpint')
-rw-r--r-- | sys-apps/cpint/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/cpint/Manifest | 4 | ||||
-rw-r--r-- | sys-apps/cpint/cpint-1.1.6.ebuild | 5 |
3 files changed, 8 insertions, 6 deletions
diff --git a/sys-apps/cpint/ChangeLog b/sys-apps/cpint/ChangeLog index e6e464ec421c..0388a7a21bd9 100644 --- a/sys-apps/cpint/ChangeLog +++ b/sys-apps/cpint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/cpint # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpint/ChangeLog,v 1.3 2004/06/24 22:00:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpint/ChangeLog,v 1.4 2004/06/30 14:43:30 agriffis Exp $ + + 30 Jun 2004; Aron Griffis <agriffis@gentoo.org> cpint-1.1.6.ebuild: + sync IUSE (missing), trim trailing whitespace *cpint-1.1.6 (20 Apr 2004) diff --git a/sys-apps/cpint/Manifest b/sys-apps/cpint/Manifest index d9f17d0e9413..4a928028bbca 100644 --- a/sys-apps/cpint/Manifest +++ b/sys-apps/cpint/Manifest @@ -1,4 +1,4 @@ -MD5 a526894c9dcccf4969c61e1079c6abe1 ChangeLog 353 +MD5 c018e4717a62c9b5f1ddf4e3d0b47d1a ChangeLog 472 MD5 e35397a845f3db15f80c763231bf4da3 metadata.xml 306 -MD5 6c8512ebfa82019761b51c6312483652 cpint-1.1.6.ebuild 776 +MD5 ad6dad4687e0d9c03b3f16671198c2f2 cpint-1.1.6.ebuild 782 MD5 3162e9d8ca878a18ed17a6800d29048e files/digest-cpint-1.1.6 56 diff --git a/sys-apps/cpint/cpint-1.1.6.ebuild b/sys-apps/cpint/cpint-1.1.6.ebuild index fbfe913053bf..972b0fbe2a68 100644 --- a/sys-apps/cpint/cpint-1.1.6.ebuild +++ b/sys-apps/cpint/cpint-1.1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpint/cpint-1.1.6.ebuild,v 1.2 2004/06/24 22:00:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpint/cpint-1.1.6.ebuild,v 1.3 2004/06/30 14:43:30 agriffis Exp $ MY_PV=${PV//./} @@ -9,6 +9,7 @@ SRC_URI="http://linuxvm.org/Patches/s390/${PN}${MY_PV}.tgz" HOMEPAGE="http://linuxvm.org/Patches/index.html" LICENSE="GPL-2" KEYWORDS="s390" +IUSE="" SLOT="${KV}" DEPEND="" @@ -28,5 +29,3 @@ src_install() { rm -rf ${D}/lib/modules/misc dodoc ChangeLog HOW-TO } - - |