summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD.M.D. Ljungmark <spider@gentoo.org>2002-09-22 01:06:33 +0000
committerD.M.D. Ljungmark <spider@gentoo.org>2002-09-22 01:06:33 +0000
commit79ed425146d957ec8f89a1b9dcf90537c6d017f6 (patch)
tree2c778010eed88c0c3a36a2337d69e8976a55df8e /net-p2p
parentnew kernel.eclass PARTY (diff)
downloadgentoo-2-79ed425146d957ec8f89a1b9dcf90537c6d017f6.tar.gz
gentoo-2-79ed425146d957ec8f89a1b9dcf90537c6d017f6.tar.bz2
gentoo-2-79ed425146d957ec8f89a1b9dcf90537c6d017f6.zip
added the new version
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/giftcurs/ChangeLog6
-rw-r--r--net-p2p/giftcurs/files/digest-giftcurs-0.5.11
-rw-r--r--net-p2p/giftcurs/giftcurs-0.5.1.ebuild31
3 files changed, 37 insertions, 1 deletions
diff --git a/net-p2p/giftcurs/ChangeLog b/net-p2p/giftcurs/ChangeLog
index d1adf5d402ef..8310926062a2 100644
--- a/net-p2p/giftcurs/ChangeLog
+++ b/net-p2p/giftcurs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-p2p/giftcurs
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftcurs/ChangeLog,v 1.6 2002/08/29 22:31:19 sunflare Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftcurs/ChangeLog,v 1.7 2002/09/22 01:06:33 spider Exp $
+
+*giftcurs-0.5.1 (13 Sep 2002)
+ 13 Sep 2002; Spider <spider@gentoo.org> giftcurs-0.5.1.ebuild :
+ version bump, upstream fixes
*giftcurs-0.5.0 (29 Aug 2002)
29 Aug 2002; Phil Bordelon <sunflare@gentoo.org> giftcurs-0.5.0.ebuild: Version
diff --git a/net-p2p/giftcurs/files/digest-giftcurs-0.5.1 b/net-p2p/giftcurs/files/digest-giftcurs-0.5.1
new file mode 100644
index 000000000000..eaaf11351547
--- /dev/null
+++ b/net-p2p/giftcurs/files/digest-giftcurs-0.5.1
@@ -0,0 +1 @@
+MD5 38d5e847bb95d139fe5dce370d924e18 giFTcurs-0.5.1.tar.gz 325559
diff --git a/net-p2p/giftcurs/giftcurs-0.5.1.ebuild b/net-p2p/giftcurs/giftcurs-0.5.1.ebuild
new file mode 100644
index 000000000000..63e818d90c9f
--- /dev/null
+++ b/net-p2p/giftcurs/giftcurs-0.5.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftcurs/giftcurs-0.5.1.ebuild,v 1.1 2002/09/22 01:06:33 spider Exp $
+
+S="${WORKDIR}/giFTcurs-${PV}"
+DESCRIPTION="a cursed frontend to the giFT (OpenFT) daemon"
+SRC_URI="mirror://sourceforge/giftcurs/giFTcurs-${PV}.tar.gz"
+HOMEPAGE="http://giftcurs.sourceforge.net"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
+
+DEPEND="virtual/glibc
+ >=sys-libs/ncurses-5.2
+ >=net-p2p/gift-0.10.0_pre020705"
+RDEPEND="${DEPEND}"
+
+src_compile() {
+ local myconf
+ cd ${S}
+ use gpm || myconf="${myconf} --disable-mouse --disable-libgpm"
+ use nls || myconf="${myconf} --disable-nls"
+ ./configure --prefix=/usr --host=${CHOST} ${myconf}
+ emake || die
+}
+
+src_install() {
+
+ einstall || die
+ dodoc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
+}