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 | 54aa4becd49bcd08c3b415467ee9407a75d132ad (patch) | |
tree | 43f015b141bd6a2137c2ba7addbe4deff670d1b5 /net-im/pork | |
parent | IUSE sync (Manifest recommit) (diff) | |
download | gentoo-2-54aa4becd49bcd08c3b415467ee9407a75d132ad.tar.gz gentoo-2-54aa4becd49bcd08c3b415467ee9407a75d132ad.tar.bz2 gentoo-2-54aa4becd49bcd08c3b415467ee9407a75d132ad.zip |
IUSE; tidy
Diffstat (limited to 'net-im/pork')
-rw-r--r-- | net-im/pork/pork-0.99.1.ebuild | 13 | ||||
-rw-r--r-- | net-im/pork/pork-0.99.2.ebuild | 13 |
2 files changed, 12 insertions, 14 deletions
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" |