diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-09-01 01:04:01 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-09-01 01:04:01 +0000 |
commit | 797c72836c984ae01e7686b6af07517f9f79a955 (patch) | |
tree | d030717680df92fbee922f9cc5812135412b8d17 /net-misc | |
parent | make sure Compose files are present (diff) | |
download | gentoo-2-797c72836c984ae01e7686b6af07517f9f79a955.tar.gz gentoo-2-797c72836c984ae01e7686b6af07517f9f79a955.tar.bz2 gentoo-2-797c72836c984ae01e7686b6af07517f9f79a955.zip |
new version
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/nt/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/nt/files/digest-nt-2.0 | 1 | ||||
-rw-r--r-- | net-misc/nt/files/digest-nt-2.01 | 1 | ||||
-rw-r--r-- | net-misc/nt/files/digest-nt-2.03 | 1 | ||||
-rw-r--r-- | net-misc/nt/files/digest-nt-2.0_rc2 | 1 | ||||
-rw-r--r-- | net-misc/nt/nt-2.0.ebuild | 77 | ||||
-rw-r--r-- | net-misc/nt/nt-2.03.ebuild (renamed from net-misc/nt/nt-2.01.ebuild) | 9 | ||||
-rw-r--r-- | net-misc/nt/nt-2.0_rc2.ebuild | 75 |
8 files changed, 11 insertions, 161 deletions
diff --git a/net-misc/nt/ChangeLog b/net-misc/nt/ChangeLog index 6a2fa2b0f430..813c9ddc957d 100644 --- a/net-misc/nt/ChangeLog +++ b/net-misc/nt/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/nt # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-misc/nt/ChangeLog,v 1.8 2002/08/27 06:55:11 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/nt/ChangeLog,v 1.9 2002/09/01 01:04:01 azarah Exp $ + +*nt-2.0.3 (1 Sep 2002) + + 3 Sep 2002; Martin Schlemmer <azarah@gentoo.org> nt-2.03.ebuild : + New version. *nt-2.0.2 (23 Jul 2002) diff --git a/net-misc/nt/files/digest-nt-2.0 b/net-misc/nt/files/digest-nt-2.0 deleted file mode 100644 index e8e921ad640c..000000000000 --- a/net-misc/nt/files/digest-nt-2.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 cf24d87c980684f3309ab5e5db77a252 d4x-2.0.tar.gz 1209552 diff --git a/net-misc/nt/files/digest-nt-2.01 b/net-misc/nt/files/digest-nt-2.01 deleted file mode 100644 index ee71a6581e93..000000000000 --- a/net-misc/nt/files/digest-nt-2.01 +++ /dev/null @@ -1 +0,0 @@ -MD5 85d1974895b6d5431dfd3c42bb887b4d d4x-2.01.tar.gz 1245064 diff --git a/net-misc/nt/files/digest-nt-2.03 b/net-misc/nt/files/digest-nt-2.03 new file mode 100644 index 000000000000..7e5da32d79e5 --- /dev/null +++ b/net-misc/nt/files/digest-nt-2.03 @@ -0,0 +1 @@ +MD5 a60b293746cc4b6d64f108bcf2bbc3ba d4x-2.03.tar.gz 1279793 diff --git a/net-misc/nt/files/digest-nt-2.0_rc2 b/net-misc/nt/files/digest-nt-2.0_rc2 deleted file mode 100644 index 8e455bcb8365..000000000000 --- a/net-misc/nt/files/digest-nt-2.0_rc2 +++ /dev/null @@ -1 +0,0 @@ -MD5 144c3af70370669732a731c07bcdbe82 d4x-2.0RC2.tar.gz 1206323 diff --git a/net-misc/nt/nt-2.0.ebuild b/net-misc/nt/nt-2.0.ebuild deleted file mode 100644 index c573b34a47e1..000000000000 --- a/net-misc/nt/nt-2.0.ebuild +++ /dev/null @@ -1,77 +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/net-misc/nt/nt-2.0.ebuild,v 1.8 2002/08/14 12:08:08 murphy Exp $ - -#name of tarball changed -MY_P="${P/nt/d4x}" -#handle release candidates -MY_P="${MY_P/_rc/RC}" -S="${WORKDIR}/${MY_P}" -DESCRIPTION="GTK based download manager for X." -SRC_URI="http://www.krasu.ru/soft/chuchelo/files/${MY_P}.tar.gz" -HOMEPAGE="http://www.krasu.ru/soft/chuchelo/" -KEYWORDS="x86 sparc sparc64" -LICENSE="nt" - -DEPEND="=x11-libs/gtk+-1.2* - >=dev-libs/glib-1.2.10 - >=media-libs/gdk-pixbuf-0.2.5 - esd? ( >=media-sound/esound-0.2.7 )" - -SLOT="0" - - -src_unpack() { - - unpack ${A} - - # Use our own $CXXFLAGS - cd ${S} - cp configure configure.orig - sed -e "s:CXXFLAGS=\"-O2\":CXXFLAGS=\"${CXXFLAGS}\":g" \ - configure.orig >configure - - patch -p1 <${FILESDIR}/nt-2.0-gcc31.patch || die -} - -src_compile() { - - myconf="" - use nls || myconf="${myconf} --disable-nls" - use esd || myconf="${myconf} --disable-esd" - use oss || myconf="${myconf} --disable-oss" - - ./configure --host=${HOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --enable-release \ - ${myconf} || die - - emake || die -} - -src_install () { - - dodir /usr/bin - dodir /usr/share/d4x - - make prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - install || die - - dodoc AUTHORS COPYING ChangeLog* NEWS PLANS README TODO - cd ${S}/DOC - dodoc FAQ* LICENSE NAMES TROUBLES THANKS - - cd ${S} - insinto /usr/share/pixmaps - doins *.png *.xpm - - if [ "`use gnome`" ] ; then - insinto /usr/share/gnome/apps/Internet - doins nt.desktop - fi -} - diff --git a/net-misc/nt/nt-2.01.ebuild b/net-misc/nt/nt-2.03.ebuild index 8f526e933147..7968e970f74f 100644 --- a/net-misc/nt/nt-2.01.ebuild +++ b/net-misc/nt/nt-2.03.ebuild @@ -1,11 +1,9 @@ # 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-misc/nt/nt-2.01.ebuild,v 1.4 2002/08/14 12:08:08 murphy Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/nt/nt-2.03.ebuild,v 1.1 2002/09/01 01:04:01 azarah Exp $ #name of tarball changed MY_P="${P/nt/d4x}" -#handle release candidates -MY_P="${MY_P/_rc/RC}" S="${WORKDIR}/${MY_P}" DESCRIPTION="GTK based download manager for X." SRC_URI="http://www.krasu.ru/soft/chuchelo/files/${MY_P}.tar.gz" @@ -17,10 +15,10 @@ DEPEND="=x11-libs/gtk+-1.2* >=dev-libs/glib-1.2.10 >=media-libs/gdk-pixbuf-0.2.5 esd? ( >=media-sound/esound-0.2.7 )" +RDEPEND=${DEPEND} SLOT="0" - src_unpack() { unpack ${A} @@ -73,3 +71,4 @@ src_install () { fi } + diff --git a/net-misc/nt/nt-2.0_rc2.ebuild b/net-misc/nt/nt-2.0_rc2.ebuild deleted file mode 100644 index 6fafd6213e8d..000000000000 --- a/net-misc/nt/nt-2.0_rc2.ebuild +++ /dev/null @@ -1,75 +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/net-misc/nt/nt-2.0_rc2.ebuild,v 1.5 2002/08/14 12:08:08 murphy Exp $ - -#name of tarball changed -MY_P="${P/nt/d4x}" -#handle release candidates -MY_P="${MY_P/_rc/RC}" -S="${WORKDIR}/${MY_P}" -DESCRIPTION="GTK based download manager for X." -SRC_URI="http://www.krasu.ru/soft/chuchelo/files/${MY_P}.tar.gz" -HOMEPAGE="http://www.krasu.ru/soft/chuchelo/" -KEYWORDS="x86 sparc sparc64" -LICENSE="nt" - -DEPEND="=x11-libs/gtk+-1.2* - >=dev-libs/glib-1.2.10 - >=media-libs/gdk-pixbuf-0.2.5 - esd? ( >=media-sound/esound-0.2.7 )" - -SLOT="0" - - -src_unpack() { - - unpack ${A} - - # Use our own $CXXFLAGS - cd ${S} - cp configure configure.orig - sed -e "s:CXXFLAGS=\"-O2\":CXXFLAGS=\"${CXXFLAGS}\":g" \ - configure.orig >configure -} - -src_compile() { - - myconf="" - use nls || myconf="${myconf} --disable-nls" - use esd || myconf="${myconf} --disable-esd" - use oss || myconf="${myconf} --disable-oss" - - ./configure --host=${HOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --enable-release \ - ${myconf} || die - - emake || die -} - -src_install () { - - dodir /usr/bin - dodir /usr/share/d4x - - make prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - install || die - - dodoc AUTHORS COPYING ChangeLog* NEWS PLANS README TODO - cd ${S}/DOC - dodoc FAQ* LICENSE NAMES TROUBLES THANKS - - cd ${S} - insinto /usr/share/pixmaps - doins *.png *.xpm - - if [ "`use gnome`" ] ; then - insinto /usr/share/gnome/apps/Internet - doins nt.desktop - fi -} - |