diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-29 01:18:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-29 01:18:31 +0000 |
commit | 6a4700566bf246d73907888c916864c95cf8babf (patch) | |
tree | e697ac50a7436f92f7a03d418aee93bbd920ee74 /net-misc/logjam | |
parent | old (diff) | |
download | gentoo-2-6a4700566bf246d73907888c916864c95cf8babf.tar.gz gentoo-2-6a4700566bf246d73907888c916864c95cf8babf.tar.bz2 gentoo-2-6a4700566bf246d73907888c916864c95cf8babf.zip |
move from net-ftp #45968
Diffstat (limited to 'net-misc/logjam')
-rw-r--r-- | net-misc/logjam/logjam-4.2.2.ebuild | 15 | ||||
-rw-r--r-- | net-misc/logjam/logjam-4.3.2.ebuild | 15 |
2 files changed, 14 insertions, 16 deletions
diff --git a/net-misc/logjam/logjam-4.2.2.ebuild b/net-misc/logjam/logjam-4.2.2.ebuild index 927fd80b44d7..be0a3a7e6a78 100644 --- a/net-misc/logjam/logjam-4.2.2.ebuild +++ b/net-misc/logjam/logjam-4.2.2.ebuild @@ -1,25 +1,24 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/logjam/logjam-4.2.2.ebuild,v 1.5 2004/03/20 00:49:36 weeve Exp $ - -IUSE="xmms spell gtkhtml" +# $Header: /var/cvsroot/gentoo-x86/net-misc/logjam/logjam-4.2.2.ebuild,v 1.6 2004/03/29 01:18:31 vapier Exp $ DESCRIPTION="GTK2-based LiveJournal client" HOMEPAGE="http://logjam.danga.com/" SRC_URI="http://logjam.danga.com/download/${P}.tar.gz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86 ~ppc sparc" +IUSE="xmms spell gtkhtml" DEPEND=">=x11-libs/gtk+-2 >=dev-libs/libxml2-2.0 - net-ftp/curl + net-misc/curl gtkhtml? ( >=gnome-extra/libgtkhtml-3.0 ) spell? ( app-text/gtkspell ) xmms? ( media-sound/xmms )" -src_compile () { +src_compile() { local myconf use xmms && myconf="${myconf} --enable-xmms" @@ -29,7 +28,7 @@ src_compile () { emake || die } -src_install () { +src_install() { make DESTDIR=${D} install || die - dodoc README TODO ChangeLog COPYING AUTHORS + dodoc README TODO ChangeLog AUTHORS } diff --git a/net-misc/logjam/logjam-4.3.2.ebuild b/net-misc/logjam/logjam-4.3.2.ebuild index 9aa4c3a7beb9..816e352979ee 100644 --- a/net-misc/logjam/logjam-4.3.2.ebuild +++ b/net-misc/logjam/logjam-4.3.2.ebuild @@ -1,25 +1,24 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/logjam/logjam-4.3.2.ebuild,v 1.3 2004/03/20 00:49:36 weeve Exp $ - -IUSE="xmms spell gtkhtml" +# $Header: /var/cvsroot/gentoo-x86/net-misc/logjam/logjam-4.3.2.ebuild,v 1.4 2004/03/29 01:18:31 vapier Exp $ DESCRIPTION="GTK2-based LiveJournal client" HOMEPAGE="http://logjam.danga.com/" SRC_URI="http://logjam.danga.com/download/${P}.tar.bz2" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="~x86 ~ppc ~sparc" +IUSE="xmms spell gtkhtml" DEPEND=">=x11-libs/gtk+-2 >=dev-libs/libxml2-2.0 - net-ftp/curl + net-misc/curl gtkhtml? ( >=gnome-extra/libgtkhtml-3.0 ) spell? ( app-text/gtkspell ) xmms? ( media-sound/xmms )" -src_compile () { +src_compile() { local myconf use xmms && myconf="${myconf} --enable-xmms" @@ -29,7 +28,7 @@ src_compile () { emake || die } -src_install () { +src_install() { make DESTDIR=${D} install || die - dodoc doc/README doc/TODO ChangeLog COPYING AUTHORS + dodoc doc/README doc/TODO ChangeLog AUTHORS } |