diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-13 21:48:37 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-13 21:48:37 +0000 |
commit | 4bf1de38c8bf8ca784de1077897d23bd1b115bf0 (patch) | |
tree | 4b784ea0f96455827b952f1eb508985fba4d3bca /net-im/pork | |
parent | IUSE sync (diff) | |
download | historical-4bf1de38c8bf8ca784de1077897d23bd1b115bf0.tar.gz historical-4bf1de38c8bf8ca784de1077897d23bd1b115bf0.tar.bz2 historical-4bf1de38c8bf8ca784de1077897d23bd1b115bf0.zip |
IUSE; tidy
Diffstat (limited to 'net-im/pork')
-rw-r--r-- | net-im/pork/Manifest | 6 | ||||
-rw-r--r-- | net-im/pork/pork-0.99.1.ebuild | 13 | ||||
-rw-r--r-- | net-im/pork/pork-0.99.2.ebuild | 13 |
3 files changed, 15 insertions, 17 deletions
diff --git a/net-im/pork/Manifest b/net-im/pork/Manifest index 9b6f89f0058e..c441754dcd5e 100644 --- a/net-im/pork/Manifest +++ b/net-im/pork/Manifest @@ -1,5 +1,5 @@ -MD5 f8d3d20a7f494530915d78b72be50735 pork-0.99.1.ebuild 836 MD5 5ccaf25ffba9fb8d4dfa264ac4393554 ChangeLog 2376 -MD5 6780980ffb59c7f46beda02037bd316e pork-0.99.2.ebuild 844 -MD5 c81eb42636cbba635685927fb886d1a7 files/digest-pork-0.99.1 63 +MD5 e259c1f7a4565f581de4a35ee8adc683 pork-0.99.2.ebuild 829 +MD5 f529c85be2710349bf5cf1436e6446fa pork-0.99.1.ebuild 821 MD5 db7aa4b53531422954aff4f0ce4e4b07 files/digest-pork-0.99.2 63 +MD5 c81eb42636cbba635685927fb886d1a7 files/digest-pork-0.99.1 63 diff --git a/net-im/pork/pork-0.99.1.ebuild b/net-im/pork/pork-0.99.1.ebuild index 81f231267acb..4b4cc819961c 100644 --- a/net-im/pork/pork-0.99.1.ebuild +++ b/net-im/pork/pork-0.99.1.ebuild @@ -1,17 +1,16 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pork/pork-0.99.1.ebuild,v 1.6 2004/06/24 22:58:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pork/pork-0.99.1.ebuild,v 1.7 2004/07/13 21:48:37 mr_bones_ Exp $ -IUSE="" - -SRC_URI="mirror://sourceforge/ojnk/${P}.tar.gz" -RESTRICT="nomirror" DESCRIPTION="Console based AIM client that looks like ircII" HOMEPAGE="http://dev.ojnk.net/" -LICENSE="GPL-2" +SRC_URI="mirror://sourceforge/ojnk/${P}.tar.gz" -KEYWORDS="x86 ~alpha" +LICENSE="GPL-2" SLOT="0" +KEYWORDS="x86 ~alpha" +IUSE="perl" + DEPEND="perl? ( dev-lang/perl ) sys-libs/ncurses" diff --git a/net-im/pork/pork-0.99.2.ebuild b/net-im/pork/pork-0.99.2.ebuild index 9711e8e3f5ad..93e77e3b0c3f 100644 --- a/net-im/pork/pork-0.99.2.ebuild +++ b/net-im/pork/pork-0.99.2.ebuild @@ -1,17 +1,16 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pork/pork-0.99.2.ebuild,v 1.6 2004/06/24 22:58:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pork/pork-0.99.2.ebuild,v 1.7 2004/07/13 21:48:37 mr_bones_ Exp $ -IUSE="" - -SRC_URI="mirror://sourceforge/ojnk/${P}.tar.gz" -RESTRICT="nomirror" DESCRIPTION="Console based AIM client that looks like ircII" HOMEPAGE="http://dev.ojnk.net/" -LICENSE="GPL-2" +SRC_URI="mirror://sourceforge/ojnk/${P}.tar.gz" -KEYWORDS="~x86 ~alpha ~sparc" +LICENSE="GPL-2" SLOT="0" +KEYWORDS="~x86 ~alpha ~sparc" +IUSE="perl" + DEPEND="perl? ( dev-lang/perl ) sys-libs/ncurses" |