diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-29 01:22:43 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-29 01:22:43 +0000 |
commit | b1b6fe7800a01005b2bce98a4f4ccdb4e11b1625 (patch) | |
tree | 69f6249f2bdd4245ba53b4c85a2bcf1565f840f8 /net-misc/logjam | |
parent | Initial import, ebuild submitted by Bardur Arantsson <gentoo@scientician.org> (diff) | |
download | gentoo-2-b1b6fe7800a01005b2bce98a4f4ccdb4e11b1625.tar.gz gentoo-2-b1b6fe7800a01005b2bce98a4f4ccdb4e11b1625.tar.bz2 gentoo-2-b1b6fe7800a01005b2bce98a4f4ccdb4e11b1625.zip |
old
Diffstat (limited to 'net-misc/logjam')
-rw-r--r-- | net-misc/logjam/files/digest-logjam-3.0.4-r1 | 1 | ||||
-rw-r--r-- | net-misc/logjam/files/digest-logjam-4.2.4 | 1 | ||||
-rw-r--r-- | net-misc/logjam/logjam-3.0.4-r1.ebuild | 48 | ||||
-rw-r--r-- | net-misc/logjam/logjam-4.2.4.ebuild | 35 |
4 files changed, 0 insertions, 85 deletions
diff --git a/net-misc/logjam/files/digest-logjam-3.0.4-r1 b/net-misc/logjam/files/digest-logjam-3.0.4-r1 deleted file mode 100644 index 000623c83017..000000000000 --- a/net-misc/logjam/files/digest-logjam-3.0.4-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 0259029e23ca6a280c6cb6ff83603ac9 logjam-3.0.4.tar.gz 142048 diff --git a/net-misc/logjam/files/digest-logjam-4.2.4 b/net-misc/logjam/files/digest-logjam-4.2.4 deleted file mode 100644 index 1d4b37efc7a5..000000000000 --- a/net-misc/logjam/files/digest-logjam-4.2.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 c832561a264a5fe4a4cad3cda6500656 logjam-4.2.4.tar.gz 499045 diff --git a/net-misc/logjam/logjam-3.0.4-r1.ebuild b/net-misc/logjam/logjam-3.0.4-r1.ebuild deleted file mode 100644 index 532fb57f53b4..000000000000 --- a/net-misc/logjam/logjam-3.0.4-r1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/logjam/logjam-3.0.4-r1.ebuild,v 1.7 2003/09/05 22:01:49 msterret Exp $ - -IUSE="xmms gnome" - -# NOTE: The comments in this file are for instruction and documentation. -# They're not meant to appear with your final, production ebuild. Please -# remember to remove them before submitting or committing your ebuild. That -# doesn't mean you can't add your own comments though. - -DESCRIPTION="A GTK+ LiveJournal Client" -HOMEPAGE="http://logjam.danga.com" -KEYWORDS="x86 sparc " -LICENSE="GPL-2" -SLOT="0" -DEPEND=">=net-ftp/curl-7.9.3 - >=x11-libs/gtk+-1.2.10-r7 - gnome? ( >=gnome-base/gnome-libs-1.4.1.6 ) - xmms? ( >=media-sound/xmms-1.2.7-r4 )" -SRC_URI="http://logjam.danga.com/download/${P}.tar.gz" - -# Source directory; the dir where the sources can be found (automatically -# unpacked) inside ${WORKDIR}. S will get a default setting of ${WORKDIR}/${P} -# if you omit this line. - -S=${WORKDIR}/${P} - -src_compile() { - - local myconf - - use gnome && myconf="--with-gnome " - use xmms && myconf="$myconf --with-xmms " - - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - ${myconf} \ - --mandir=/usr/share/man || die "./configure failed" - - emake || die -} - -src_install () { - make DESTDIR=${D} install || die -} diff --git a/net-misc/logjam/logjam-4.2.4.ebuild b/net-misc/logjam/logjam-4.2.4.ebuild deleted file mode 100644 index 158838f3fe1d..000000000000 --- a/net-misc/logjam/logjam-4.2.4.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2003 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.4.ebuild,v 1.1 2003/09/28 03:57:41 obz Exp $ - -IUSE="xmms spell gtkhtml" - -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" -KEYWORDS="~x86 ~ppc" - -DEPEND=">=x11-libs/gtk+-2 - >=dev-libs/libxml2-2.0 - net-ftp/curl - gtkhtml? ( >=gnome-extra/libgtkhtml-3.0 ) - spell? ( app-text/gtkspell ) - xmms? ( media-sound/xmms )" - -src_compile () { - local myconf - - use xmms && myconf="${myconf} --enable-xmms" - use gtkhtml && myconf="${myconf} --with-gtkhtml" - - econf ${myconf} || die "./configure failed" - emake || die -} - -src_install () { - make DESTDIR=${D} install || die - dodoc README TODO ChangeLog COPYING AUTHORS -} |