summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Klar <phoenix@gentoo.org>2002-07-06 08:21:01 +0000
committerTilman Klar <phoenix@gentoo.org>2002-07-06 08:21:01 +0000
commitc4f04e6b27a4736e079ed94e17aecd90537a2ccd (patch)
treef126ea8547aba4d32df8021b03ee9e9656784379 /net-misc
parentA snapshot of the lyx cvs's 1.2.x (1.2.0+bugfixes, stable only) tree that fix... (diff)
downloadgentoo-2-c4f04e6b27a4736e079ed94e17aecd90537a2ccd.tar.gz
gentoo-2-c4f04e6b27a4736e079ed94e17aecd90537a2ccd.tar.bz2
gentoo-2-c4f04e6b27a4736e079ed94e17aecd90537a2ccd.zip
repoman QA issues. Removed the 1.1.9* ebuilds (Sources are not available)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/dante/ChangeLog15
-rw-r--r--net-misc/dante/dante-1.1.12.ebuild3
-rw-r--r--net-misc/dante/dante-1.1.9-r1.ebuild39
-rw-r--r--net-misc/dante/dante-1.1.9.ebuild43
4 files changed, 16 insertions, 84 deletions
diff --git a/net-misc/dante/ChangeLog b/net-misc/dante/ChangeLog
index cc67202236b8..b8dde9d5a40b 100644
--- a/net-misc/dante/ChangeLog
+++ b/net-misc/dante/ChangeLog
@@ -1,6 +1,19 @@
# ChangeLog for net-misc/dante
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dante/ChangeLog,v 1.3 2002/06/07 20:45:48 woodchip Exp $
+# $Header:
+
+
+*dante-1.1.12 (6 Jul 2002)
+
+ 6 Jul 2002; phoen][x <phoenix@gentoo.org> dante-1.1.12.ebuild,
+
+ Added KEYWORDS.
+
+*dante-1.1.9* (6 Jul 2002)
+
+ 6 Jul 2002; phoen][x <phoenix@gentoo.org> dante-1.1.9*.ebuild,
+
+ Removing from CVS - source not available anymore.
*dante-1.1.12 (7 Jun 2002)
diff --git a/net-misc/dante/dante-1.1.12.ebuild b/net-misc/dante/dante-1.1.12.ebuild
index 96137e8cbada..17e395a6d337 100644
--- a/net-misc/dante/dante-1.1.12.ebuild
+++ b/net-misc/dante/dante-1.1.12.ebuild
@@ -1,6 +1,6 @@
# 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/dante/dante-1.1.12.ebuild,v 1.1 2002/06/07 20:45:48 woodchip Exp $
+# $Header:
S=${WORKDIR}/${P}
DESCRIPTION="A free socks4,5 and msproxy implemetation"
@@ -9,6 +9,7 @@ HOMEPAGE="http://www.inet.no/dante/"
RDEPEND="virtual/glibc sys-libs/pam tcpd? ( sys-apps/tcp-wrappers )"
DEPEND="${RDEPEND} sys-devel/perl"
LICENSE="BSD"
+KEYWORDS="x86"
SLOT="0"
src_unpack() {
diff --git a/net-misc/dante/dante-1.1.9-r1.ebuild b/net-misc/dante/dante-1.1.9-r1.ebuild
deleted file mode 100644
index 4ab45d0b4f5f..000000000000
--- a/net-misc/dante/dante-1.1.9-r1.ebuild
+++ /dev/null
@@ -1,39 +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/dante/dante-1.1.9-r1.ebuild,v 1.1 2002/05/01 04:38:03 woodchip Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="A free socks4,5 and msproxy implemetation"
-SRC_URI="ftp://ftp.inet.no/pub/socks/${P}.tar.gz"
-HOMEPAGE="http://www.inet.no/dante/"
-
-DEPEND="virtual/glibc tcpd? ( sys-apps/tcp-wrappers )"
-
-src_compile() {
- local myconf
- use tcpd || myconf="--disable-libwrap"
- [ -n "$DEBUGBUILD" ] && myconf="${myconf} --enable-debug"
-
- ./configure \
- --prefix=/usr \
- --mandir=/usr/share/man \
- --with-socks-conf=/etc/socks/socks.conf \
- --with-sockd-conf=/etc/socks/sockd.conf \
- --host=${CHOST} ${myconf} || die "bad ./configure"
-
- make || die "compile problem"
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodir /etc/socks
- dodoc BUGS CREDITS LICENSE NEWS README SUPPORT TODO VERSION
- docinto txt
- cd doc
- dodoc README* *.txt SOCKS4.*
- docinto example
- cd ../example
- dodoc *.conf
- exeinto /etc/init.d
- newexe ${FILESDIR}/dante-sockd-init dante-sockd
-}
diff --git a/net-misc/dante/dante-1.1.9.ebuild b/net-misc/dante/dante-1.1.9.ebuild
deleted file mode 100644
index 70aab1365aa1..000000000000
--- a/net-misc/dante/dante-1.1.9.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Your Name <your email>
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dante/dante-1.1.9.ebuild,v 1.1 2001/04/27 05:34:50 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="A free socks4,5 and msproxy implemetation"
-SRC_URI="ftp://ftp.inet.no/pub/socks/${A}"
-HOMEPAGE="http://www.inet.no/dante/"
-
-DEPEND="virtual/glibc "
-
-src_compile() {
- local myconf
- if [ -z "`use tcpd`" ]
- then
- myconf="--disable-libwrap"
- fi
- if [ "$DEBUG" ]
- then
- myconf="$myconf --enble-debug"
- fi
-
- try ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST} $myconf \
- --with-socks-conf=/etc/socks/socks.conf --with-sockd-conf=/etc/socks/sockd.conf
- try make
-
-}
-
-src_install () {
-
- try make DESTDIR=${D} install
- dodir /etc/socks
- dodoc BUGS CREDITS LICENSE NEWS README SUPPORT TODO VERSION
- docinto txt
- cd doc
- dodoc README* *.txt SOCKS4.*
- docinto example
- cd ../example
- dodoc *.conf
-}
-