diff options
Diffstat (limited to 'net-misc/nt')
-rw-r--r-- | net-misc/nt/files/digest-nt-1.27 | 1 | ||||
-rw-r--r-- | net-misc/nt/files/digest-nt-1.29-r1 (renamed from net-misc/nt/files/digest-nt-1.29) | 0 | ||||
-rw-r--r-- | net-misc/nt/nt-1.27.ebuild | 34 | ||||
-rw-r--r-- | net-misc/nt/nt-1.29-r1.ebuild (renamed from net-misc/nt/nt-1.29.ebuild) | 7 |
4 files changed, 4 insertions, 38 deletions
diff --git a/net-misc/nt/files/digest-nt-1.27 b/net-misc/nt/files/digest-nt-1.27 deleted file mode 100644 index c4530463fcb7..000000000000 --- a/net-misc/nt/files/digest-nt-1.27 +++ /dev/null @@ -1 +0,0 @@ -MD5 4a447576a216494e50ebed3876268ae2 nt-1.27.tar.gz diff --git a/net-misc/nt/files/digest-nt-1.29 b/net-misc/nt/files/digest-nt-1.29-r1 index 978a2c7a027d..978a2c7a027d 100644 --- a/net-misc/nt/files/digest-nt-1.29 +++ b/net-misc/nt/files/digest-nt-1.29-r1 diff --git a/net-misc/nt/nt-1.27.ebuild b/net-misc/nt/nt-1.27.ebuild deleted file mode 100644 index 04675c66d5c6..000000000000 --- a/net-misc/nt/nt-1.27.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Ben Lutgens <lamer@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/nt/nt-1.27.ebuild,v 1.1 2001/07/08 16:35:34 lamer Exp $ -S=${WORKDIR}/${P} - -DESCRIPTION="GTK based download manager for X (Sorta like GetRight(tm) for doze, works well with galeon." -SRC_URI="http://www.krasu.ru/soft/chuchelo/files/${P}.tar.gz" -HOMEPAGE="http://www.krasu.ru/soft/chuchelo/" -DEPEND="virtual/x11 - >=x11-libs/gtk+-1.2" - -#RDEPEND="" - -src_compile() { -# This upstream developer does things a little strangely - cd ${S}/main - try emake DEST=/usr D4X_SHARE=/usr/share/nt -} - -src_install () { - -# Note to self and other developers: create directories in install targets of Makefiles.... - dodir /usr/bin - dodir /usr/share/nt - cd ${S}/main - try make DEST=${D}/usr D4X_SHARE=${D}/usr/share/nt install - cd ${S} - dodoc main/Changelog LICENSE THANKS FAQ* INSTALL* NAMES PLANS README* TODO TROUBLES - doman nt.1 - insinto /usr/share/pixmaps - doins *.png *.xpm -} - diff --git a/net-misc/nt/nt-1.29.ebuild b/net-misc/nt/nt-1.29-r1.ebuild index 853ed82028cb..03e7ba44a3c5 100644 --- a/net-misc/nt/nt-1.29.ebuild +++ b/net-misc/nt/nt-1.29-r1.ebuild @@ -1,19 +1,20 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Ben Lutgens <lamer@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/nt/nt-1.29.ebuild,v 1.1 2001/09/28 23:04:35 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/nt/nt-1.29-r1.ebuild,v 1.1 2001/10/06 10:08:19 azarah Exp $ S=${WORKDIR}/${P} DESCRIPTION="GTK based download manager for X (Sorta like GetRight(tm) for doze, works well with galeon." SRC_URI="http://www.krasu.ru/soft/chuchelo/files/${P}.tar.gz" HOMEPAGE="http://www.krasu.ru/soft/chuchelo/" + DEPEND="virtual/glibc virtual/x11 - >=x11-libs/gtk+-1.2" + >=x11-libs/gtk+-1.2.10-r4" RDEPEND="virtual/glibc virtual/x11 - >=x11-libs/gtk+-1.2" + >=x11-libs/gtk+-1.2.10-r4" src_compile() { # This upstream developer does things a little strangely |