summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gardiner <obz@gentoo.org>2003-09-28 03:57:52 +0000
committerMike Gardiner <obz@gentoo.org>2003-09-28 03:57:52 +0000
commitf0bfbafdb17236f642687c43f57cea570d34df0d (patch)
treed8d2cc017f0abc68c7f3f2060928401667fb3f4d /net-misc/logjam
parentNew version 4.2.4, and 4.2.2 stable on x86 (diff)
downloadhistorical-f0bfbafdb17236f642687c43f57cea570d34df0d.tar.gz
historical-f0bfbafdb17236f642687c43f57cea570d34df0d.tar.bz2
historical-f0bfbafdb17236f642687c43f57cea570d34df0d.zip
New version 4.2.4, and 4.2.2 stable on x86
Diffstat (limited to 'net-misc/logjam')
-rw-r--r--net-misc/logjam/Manifest6
-rw-r--r--net-misc/logjam/files/digest-logjam-4.2.41
-rw-r--r--net-misc/logjam/logjam-4.2.2.ebuild4
-rw-r--r--net-misc/logjam/logjam-4.2.4.ebuild35
4 files changed, 41 insertions, 5 deletions
diff --git a/net-misc/logjam/Manifest b/net-misc/logjam/Manifest
index ee77a01965ae..d75deaa0ddf4 100644
--- a/net-misc/logjam/Manifest
+++ b/net-misc/logjam/Manifest
@@ -1,9 +1,9 @@
MD5 41ac38c1d2b7503dbc3890c3eaf40f41 logjam-4.1.2-r1.ebuild 898
-MD5 32fd789d32b8d38eb4ba034cf2078b3e logjam-4.2.2.ebuild 893
+MD5 3bbc5d03b689fb79e577e6950e4ec30e logjam-4.2.2.ebuild 889
MD5 f3a014eac58aed268733d50d534d8bc5 logjam-3.0.4-r1.ebuild 1383
-MD5 8278837677c7fd211a26f7fbc27a7b3a logjam-4.2.4.ebuild 795
+MD5 e1a721587dc6973791b222f86b463a95 logjam-4.2.4.ebuild 890
MD5 6ff625576cada02f5cb036cb35701681 logjam-4.1.2.ebuild 793
-MD5 acf77fce4b18d698f6e7fc4952e6e7ed ChangeLog 1416
+MD5 8407c8092adbe6923f43e4614f9e52d5 ChangeLog 1619
MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
MD5 97bfca114805fe0dc7ab4671b3e742d9 files/digest-logjam-3.0.4-r1 64
MD5 05d8622e6a8d9f1ddb2a675857d34fad files/digest-logjam-4.1.2 64
diff --git a/net-misc/logjam/files/digest-logjam-4.2.4 b/net-misc/logjam/files/digest-logjam-4.2.4
new file mode 100644
index 000000000000..1d4b37efc7a5
--- /dev/null
+++ b/net-misc/logjam/files/digest-logjam-4.2.4
@@ -0,0 +1 @@
+MD5 c832561a264a5fe4a4cad3cda6500656 logjam-4.2.4.tar.gz 499045
diff --git a/net-misc/logjam/logjam-4.2.2.ebuild b/net-misc/logjam/logjam-4.2.2.ebuild
index 822e245f912c..53faeb62d9a3 100644
--- a/net-misc/logjam/logjam-4.2.2.ebuild
+++ b/net-misc/logjam/logjam-4.2.2.ebuild
@@ -1,6 +1,6 @@
# 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.2.ebuild,v 1.2 2003/09/05 22:01:49 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/logjam/logjam-4.2.2.ebuild,v 1.3 2003/09/28 03:57:41 obz Exp $
IUSE="xmms spell gtkhtml"
@@ -10,7 +10,7 @@ SRC_URI="http://logjam.danga.com/download/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="x86 ~ppc"
DEPEND=">=x11-libs/gtk+-2
>=dev-libs/libxml2-2.0
diff --git a/net-misc/logjam/logjam-4.2.4.ebuild b/net-misc/logjam/logjam-4.2.4.ebuild
new file mode 100644
index 000000000000..158838f3fe1d
--- /dev/null
+++ b/net-misc/logjam/logjam-4.2.4.ebuild
@@ -0,0 +1,35 @@
+# 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
+}