summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD.M.D. Ljungmark <spider@gentoo.org>2002-07-08 02:02:55 +0000
committerD.M.D. Ljungmark <spider@gentoo.org>2002-07-08 02:02:55 +0000
commited5c475cc59b641bec486844ea097e65101613f2 (patch)
tree77515af3e786813ee6a0e11448787b5dd71698b8 /net-p2p
parentupdate to 0.8a and add LICENSE, KEYWORDS, SLOT. (diff)
downloadgentoo-2-ed5c475cc59b641bec486844ea097e65101613f2.tar.gz
gentoo-2-ed5c475cc59b641bec486844ea097e65101613f2.tar.bz2
gentoo-2-ed5c475cc59b641bec486844ea097e65101613f2.zip
new version and killing old ones. updated gift dep to keep the gift daemon up-to-date
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/giftcurs/ChangeLog8
-rw-r--r--net-p2p/giftcurs/files/digest-giftcurs-0.4.11
-rw-r--r--net-p2p/giftcurs/files/digest-giftcurs-0.4.21
-rw-r--r--net-p2p/giftcurs/files/digest-giftcurs-0.4.31
-rw-r--r--net-p2p/giftcurs/giftcurs-0.4.1.ebuild29
-rw-r--r--net-p2p/giftcurs/giftcurs-0.4.3.ebuild (renamed from net-p2p/giftcurs/giftcurs-0.4.2.ebuild)5
6 files changed, 10 insertions, 35 deletions
diff --git a/net-p2p/giftcurs/ChangeLog b/net-p2p/giftcurs/ChangeLog
index 3aafee5e50f0..c7a0d33f6f47 100644
--- a/net-p2p/giftcurs/ChangeLog
+++ b/net-p2p/giftcurs/ChangeLog
@@ -1,9 +1,13 @@
# 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.4 2002/06/26 03:33:40 spider Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftcurs/ChangeLog,v 1.5 2002/07/08 02:02:55 spider Exp $
+*giftcurs-0.4.3 (08 Jul 2002)
+ 08 Jul 2002; Spider <spider@gentoo.org> giftcurs-0.4.3.ebuild :
+ new version sneaked out, I upped the dep on gift just to force people to update that too.
+
*giftcurs-0.4.2 (26 Jun 2002)
- 26 Jun 2002; Spider <spider@gentoo.org> giftcurs-0.4.2:
+ 06 Jun 2002; Spider <spider@gentoo.org> giftcurs-0.4.2.ebuild :
in celebration of the move, here is 0.4.2
added documentation
added LICENSE
diff --git a/net-p2p/giftcurs/files/digest-giftcurs-0.4.1 b/net-p2p/giftcurs/files/digest-giftcurs-0.4.1
deleted file mode 100644
index 63065e0abee3..000000000000
--- a/net-p2p/giftcurs/files/digest-giftcurs-0.4.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6ed88f92ced93e51a5c15a20ca5dc8a9 giFTcurs-0.4.1.tar.gz 217922
diff --git a/net-p2p/giftcurs/files/digest-giftcurs-0.4.2 b/net-p2p/giftcurs/files/digest-giftcurs-0.4.2
deleted file mode 100644
index 5905864e9549..000000000000
--- a/net-p2p/giftcurs/files/digest-giftcurs-0.4.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 35fda636564a26ca28d55f15a924ce73 giFTcurs-0.4.2.tar.gz 231602
diff --git a/net-p2p/giftcurs/files/digest-giftcurs-0.4.3 b/net-p2p/giftcurs/files/digest-giftcurs-0.4.3
new file mode 100644
index 000000000000..bcab6d6ee327
--- /dev/null
+++ b/net-p2p/giftcurs/files/digest-giftcurs-0.4.3
@@ -0,0 +1 @@
+MD5 3c06683cdfbc82aa8a1217a913165e27 giFTcurs-0.4.3.tar.gz 238015
diff --git a/net-p2p/giftcurs/giftcurs-0.4.1.ebuild b/net-p2p/giftcurs/giftcurs-0.4.1.ebuild
deleted file mode 100644
index 51837f672fb8..000000000000
--- a/net-p2p/giftcurs/giftcurs-0.4.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Bart Verwilst <verwilst@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftcurs/giftcurs-0.4.1.ebuild,v 1.2 2002/06/25 11:22:15 bangert 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"
-
-DEPENDS="virtual/glibc
- >=sys-libs/ncurses-5.2
- >=net-p2p/gift-0.10.0_pre020527"
-
-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
-
-}
diff --git a/net-p2p/giftcurs/giftcurs-0.4.2.ebuild b/net-p2p/giftcurs/giftcurs-0.4.3.ebuild
index 5e257cd596ba..2a99b35721ea 100644
--- a/net-p2p/giftcurs/giftcurs-0.4.2.ebuild
+++ b/net-p2p/giftcurs/giftcurs-0.4.3.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Bart Verwilst <verwilst@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftcurs/giftcurs-0.4.2.ebuild,v 1.1 2002/06/26 03:33:40 spider Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftcurs/giftcurs-0.4.3.ebuild,v 1.1 2002/07/08 02:02:55 spider Exp $
S="${WORKDIR}/giFTcurs-${PV}"
DESCRIPTION="a cursed frontend to the giFT (OpenFT) daemon"
@@ -9,10 +9,11 @@ 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_pre020527"
+ >=net-p2p/gift-0.10.0_pre020705"
RDEPEND="${DEPEND}"
src_compile() {