summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Hajdan <phajdan.jr@gentoo.org>2012-03-13 12:02:54 +0000
committerPaweł Hajdan <phajdan.jr@gentoo.org>2012-03-13 12:02:54 +0000
commit7a4c34a7f6dcde66d5040b9ce367540788e9554a (patch)
treec150353dee2a9f1060af867f8f7e5596a04f74e3 /net-p2p/btpd
parentSwitch to virtual/shadow. (diff)
downloadgentoo-2-7a4c34a7f6dcde66d5040b9ce367540788e9554a.tar.gz
gentoo-2-7a4c34a7f6dcde66d5040b9ce367540788e9554a.tar.bz2
gentoo-2-7a4c34a7f6dcde66d5040b9ce367540788e9554a.zip
Switch to virtual/shadow.
(Portage version: 2.1.10.44/cvs/Linux i686)
Diffstat (limited to 'net-p2p/btpd')
-rw-r--r--net-p2p/btpd/ChangeLog8
-rw-r--r--net-p2p/btpd/btpd-0.13.ebuild6
-rw-r--r--net-p2p/btpd/btpd-0.15.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/net-p2p/btpd/ChangeLog b/net-p2p/btpd/ChangeLog
index 6b6ee3a8bc33..a11e25f6661e 100644
--- a/net-p2p/btpd/ChangeLog
+++ b/net-p2p/btpd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-p2p/btpd
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/btpd/ChangeLog,v 1.8 2009/06/02 10:59:28 flameeyes Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/btpd/ChangeLog,v 1.9 2012/03/13 12:02:54 phajdan.jr Exp $
+
+ 13 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> btpd-0.13.ebuild,
+ btpd-0.15.ebuild:
+ Switch to virtual/shadow.
*btpd-0.15 (02 Jun 2009)
diff --git a/net-p2p/btpd/btpd-0.13.ebuild b/net-p2p/btpd/btpd-0.13.ebuild
index d9b3f29b6c01..9cd822b075bb 100644
--- a/net-p2p/btpd/btpd-0.13.ebuild
+++ b/net-p2p/btpd/btpd-0.13.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/btpd/btpd-0.13.ebuild,v 1.2 2007/09/11 11:35:22 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/btpd/btpd-0.13.ebuild,v 1.3 2012/03/13 12:02:54 phajdan.jr Exp $
DESCRIPTION="BitTorrent client consisting of a daemon and client"
HOMEPAGE="http://www.murmeldjur.se/btpd/"
@@ -13,7 +13,7 @@ IUSE=""
RDEPEND="net-misc/curl
dev-libs/openssl
- sys-apps/shadow"
+ virtual/shadow"
DEPEND="${RDEPEND}"
src_install() {
diff --git a/net-p2p/btpd/btpd-0.15.ebuild b/net-p2p/btpd/btpd-0.15.ebuild
index 3e18d84f0923..7776bab06c84 100644
--- a/net-p2p/btpd/btpd-0.15.ebuild
+++ b/net-p2p/btpd/btpd-0.15.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/btpd/btpd-0.15.ebuild,v 1.1 2009/06/02 10:59:28 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/btpd/btpd-0.15.ebuild,v 1.2 2012/03/13 12:02:54 phajdan.jr Exp $
DESCRIPTION="BitTorrent client consisting of a daemon and client"
HOMEPAGE="http://www.murmeldjur.se/btpd/"
@@ -18,7 +18,7 @@ DEPEND="${RDEPEND}"
# for the init.d script; this should probably be fixed not to require
# this so that it can work on G/FBSD too.
RDEPEND="${RDEPEND}
- sys-apps/shadow"
+ virtual/shadow"
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"