summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-01-22 15:03:05 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-01-22 15:03:05 +0000
commitd184be67f3eadf510cf6b59a2313554655b2fb34 (patch)
tree269c8eff896ccded45545727801451b558e0c43c /net-p2p/opendchub
parentStable on Alpha + IA64. (diff)
downloadgentoo-2-d184be67f3eadf510cf6b59a2313554655b2fb34.tar.gz
gentoo-2-d184be67f3eadf510cf6b59a2313554655b2fb34.tar.bz2
gentoo-2-d184be67f3eadf510cf6b59a2313554655b2fb34.zip
stable x86 && remove old
(Portage version: 2.1.2-r2)
Diffstat (limited to 'net-p2p/opendchub')
-rw-r--r--net-p2p/opendchub/ChangeLog9
-rw-r--r--net-p2p/opendchub/files/digest-opendchub-0.7.14-r21
-rw-r--r--net-p2p/opendchub/files/digest-opendchub-0.7.14-r31
-rw-r--r--net-p2p/opendchub/opendchub-0.7.14-r2.ebuild51
-rw-r--r--net-p2p/opendchub/opendchub-0.7.14-r3.ebuild51
-rw-r--r--net-p2p/opendchub/opendchub-0.7.15.ebuild6
6 files changed, 10 insertions, 109 deletions
diff --git a/net-p2p/opendchub/ChangeLog b/net-p2p/opendchub/ChangeLog
index 06666d5765d7..97b6e507296c 100644
--- a/net-p2p/opendchub/ChangeLog
+++ b/net-p2p/opendchub/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-p2p/opendchub
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/opendchub/ChangeLog,v 1.14 2006/12/06 23:09:42 sekretarz Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/opendchub/ChangeLog,v 1.15 2007/01/22 15:03:05 armin76 Exp $
+
+ 22 Jan 2007; Raúl Porcel <armin76@gentoo.org>
+ -opendchub-0.7.14-r2.ebuild, -opendchub-0.7.14-r3.ebuild,
+ opendchub-0.7.15.ebuild:
+ stable x86 && remove old
*opendchub-0.7.15 (07 Dec 2006)
diff --git a/net-p2p/opendchub/files/digest-opendchub-0.7.14-r2 b/net-p2p/opendchub/files/digest-opendchub-0.7.14-r2
deleted file mode 100644
index 6c64f2c5990a..000000000000
--- a/net-p2p/opendchub/files/digest-opendchub-0.7.14-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6121347154820e2b307a5aecafa86ce8 opendchub-0.7.14.tar.gz 187739
diff --git a/net-p2p/opendchub/files/digest-opendchub-0.7.14-r3 b/net-p2p/opendchub/files/digest-opendchub-0.7.14-r3
deleted file mode 100644
index 6c64f2c5990a..000000000000
--- a/net-p2p/opendchub/files/digest-opendchub-0.7.14-r3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6121347154820e2b307a5aecafa86ce8 opendchub-0.7.14.tar.gz 187739
diff --git a/net-p2p/opendchub/opendchub-0.7.14-r2.ebuild b/net-p2p/opendchub/opendchub-0.7.14-r2.ebuild
deleted file mode 100644
index 948ae12e3ff7..000000000000
--- a/net-p2p/opendchub/opendchub-0.7.14-r2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/opendchub/opendchub-0.7.14-r2.ebuild,v 1.2 2005/02/05 18:16:53 luckyduck Exp $
-
-inherit eutils
-
-DESCRIPTION="hub software for Direct Connect"
-HOMEPAGE="http://opendchub.sf.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~ppc ~sparc ~amd64"
-IUSE="perl"
-
-DEPEND="virtual/libc
- perl? ( dev-lang/perl )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/opendchub-gentoo.patch
- epatch ${FILESDIR}/${PV}-telnet.patch
- epatch ${FILESDIR}/${PV}-overflow.patch
-}
-
-src_compile() {
- econf `use_enable perl` || die "configure failed"
- emake || die "make failed"
-}
-
-src_install() {
- einstall || die "install failed"
- if use perl ; then
- exeinto /usr/bin
- doexe ${FILESDIR}/opendchub_setup.sh
- dodir /usr/share/opendchub/scripts
- insinto /usr/share/opendchub/scripts
- doins Samplescripts/*
- fi
- dodoc Documentation/*
-}
-
-pkg_postinst() {
- if use perl ; then
- einfo
- einfo "To set up perl scripts for opendchub to use, please run"
- einfo "opendchub_setup.sh as the user you will be using opendchub as."
- einfo
- fi
-}
diff --git a/net-p2p/opendchub/opendchub-0.7.14-r3.ebuild b/net-p2p/opendchub/opendchub-0.7.14-r3.ebuild
deleted file mode 100644
index 348f693d1507..000000000000
--- a/net-p2p/opendchub/opendchub-0.7.14-r3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/opendchub/opendchub-0.7.14-r3.ebuild,v 1.1 2005/09/19 12:28:50 mkay Exp $
-
-inherit eutils
-
-DESCRIPTION="hub software for Direct Connect"
-HOMEPAGE="http://opendchub.sf.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~ppc ~sparc ~amd64"
-IUSE="perl"
-
-DEPEND="perl? ( dev-lang/perl )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/opendchub-gentoo.patch
- epatch ${FILESDIR}/${PV}-telnet.patch
- epatch ${FILESDIR}/${PV}-overflow.patch
-}
-
-src_compile() {
- ! use perl && myconf="--disable-perl"
- econf $myconf || die "configure failed"
- emake || die "make failed"
-}
-
-src_install() {
- einstall || die "install failed"
- if use perl ; then
- exeinto /usr/bin
- doexe ${FILESDIR}/opendchub_setup.sh
- dodir /usr/share/opendchub/scripts
- insinto /usr/share/opendchub/scripts
- doins Samplescripts/*
- fi
- dodoc Documentation/*
-}
-
-pkg_postinst() {
- if use perl ; then
- einfo
- einfo "To set up perl scripts for opendchub to use, please run"
- einfo "opendchub_setup.sh as the user you will be using opendchub as."
- einfo
- fi
-}
diff --git a/net-p2p/opendchub/opendchub-0.7.15.ebuild b/net-p2p/opendchub/opendchub-0.7.15.ebuild
index e42c25802270..16607f5206ef 100644
--- a/net-p2p/opendchub/opendchub-0.7.15.ebuild
+++ b/net-p2p/opendchub/opendchub-0.7.15.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/opendchub/opendchub-0.7.15.ebuild,v 1.2 2006/12/06 23:11:33 sekretarz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/opendchub/opendchub-0.7.15.ebuild,v 1.3 2007/01/22 15:03:05 armin76 Exp $
inherit eutils
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~amd64"
+KEYWORDS="~amd64 ~ppc ~sparc x86"
IUSE="perl"
DEPEND="perl? ( dev-lang/perl )"