summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-10-02 05:31:25 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-10-02 05:31:25 +0000
commit10034a19d9abc59a3897ef7b7596cc4cdf83b48b (patch)
treec66bad2af3d705843f0b1d23c10f5aeec44e0f20 /app-office
parentlogjam updated from app-office's ebuild (diff)
downloadhistorical-10034a19d9abc59a3897ef7b7596cc4cdf83b48b.tar.gz
historical-10034a19d9abc59a3897ef7b7596cc4cdf83b48b.tar.bz2
historical-10034a19d9abc59a3897ef7b7596cc4cdf83b48b.zip
removed logjam from app-office, as it exists in net-misc
Diffstat (limited to 'app-office')
-rw-r--r--app-office/abiword/files/digest-abiword-1.0.31
-rw-r--r--app-office/logjam/ChangeLog13
-rw-r--r--app-office/logjam/files/digest-logjam-3.0.41
-rw-r--r--app-office/logjam/logjam-3.0.4.ebuild32
4 files changed, 1 insertions, 46 deletions
diff --git a/app-office/abiword/files/digest-abiword-1.0.3 b/app-office/abiword/files/digest-abiword-1.0.3
new file mode 100644
index 000000000000..a1ad6f14824d
--- /dev/null
+++ b/app-office/abiword/files/digest-abiword-1.0.3
@@ -0,0 +1 @@
+MD5 01336526136b7fbc66328d80931710e3 abiword-1.0.3.tar.gz 19443331
diff --git a/app-office/logjam/ChangeLog b/app-office/logjam/ChangeLog
deleted file mode 100644
index c408ef720cd9..000000000000
--- a/app-office/logjam/ChangeLog
+++ /dev/null
@@ -1,13 +0,0 @@
-# ChangeLog for app-office/logjam
-# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-office/logjam/ChangeLog,v 1.2 2002/08/01 13:09:06 seemant Exp $
-
- 01 Aug 2002; Seemant Kulleen <seemant@gentoo.org> logjam-3.0.4.ebuild :
-
- repoman fixes, and made xmms dependency optional based on USE settings.
-
-*logjam-3.0.4 (24 May 2002)
-
- 24 May 2002; Arcady Genkin <agenkin@thpoon.com> logjam-3.0.4.ebuild :
-
- Initial version of the package, created by lsd@linuxgamers.net (Leigh Dyer).
diff --git a/app-office/logjam/files/digest-logjam-3.0.4 b/app-office/logjam/files/digest-logjam-3.0.4
deleted file mode 100644
index 000623c83017..000000000000
--- a/app-office/logjam/files/digest-logjam-3.0.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0259029e23ca6a280c6cb6ff83603ac9 logjam-3.0.4.tar.gz 142048
diff --git a/app-office/logjam/logjam-3.0.4.ebuild b/app-office/logjam/logjam-3.0.4.ebuild
deleted file mode 100644
index 6531cd17f13e..000000000000
--- a/app-office/logjam/logjam-3.0.4.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-office/logjam/logjam-3.0.4.ebuild,v 1.2 2002/08/01 13:09:06 seemant Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="GTK-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"
-
-DEPEND=">=x11-libs/gtk+-1.2.10
- net-ftp/curl
- gnome? ( >=gnome-base/gnome-core-1.4.0 )
- xmms? ( media-sound/xmms )"
-
-src_compile () {
- local myconf
-
- use gnome && myconf="${myconf} --with-gnome=yes"
- use xmms && myconf="${myconf} --enable-xmms"
-
- econf ${myconf} || die "./configure failed"
- emake || die
-}
-
-src_install () {
- make DESTDIR=${D} install || die
- dodoc README TODO ChangeLog COPYING AUTHORS
-}