diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-10-09 19:57:10 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-10-09 19:57:10 +0000 |
commit | e389f7d9674c48f7c4752e0b649acf547afedad6 (patch) | |
tree | 02c1f06a478377ee6d724d1dcdb1d28e983f828f /net-nntp/suck | |
parent | Fix Changelog (diff) | |
download | gentoo-2-e389f7d9674c48f7c4752e0b649acf547afedad6.tar.gz gentoo-2-e389f7d9674c48f7c4752e0b649acf547afedad6.tar.bz2 gentoo-2-e389f7d9674c48f7c4752e0b649acf547afedad6.zip |
The libperl ebuild is only a dummy and will be removed; libperl is provided by dev-lang/perl.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'net-nntp/suck')
-rw-r--r-- | net-nntp/suck/ChangeLog | 8 | ||||
-rw-r--r-- | net-nntp/suck/suck-4.3.2.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/net-nntp/suck/ChangeLog b/net-nntp/suck/ChangeLog index bba13636b2bf..eb1f243e6069 100644 --- a/net-nntp/suck/ChangeLog +++ b/net-nntp/suck/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-nntp/suck -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/suck/ChangeLog,v 1.4 2007/04/18 21:53:43 philantrop Exp $ +# Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-nntp/suck/ChangeLog,v 1.5 2014/10/09 19:57:10 dilfridge Exp $ + + 09 Oct 2014; Andreas K. Huettel <dilfridge@gentoo.org> suck-4.3.2.ebuild: + The libperl ebuild is only a dummy and will be removed; libperl is provided + by dev-lang/perl. 18 Apr 2007; Wulf C. Krueger <philantrop@gentoo.org> suck-4.3.2.ebuild: Added ~amd64 to KEYWORDS. diff --git a/net-nntp/suck/suck-4.3.2.ebuild b/net-nntp/suck/suck-4.3.2.ebuild index 078c56c758ee..69c2e09e88e0 100644 --- a/net-nntp/suck/suck-4.3.2.ebuild +++ b/net-nntp/suck/suck-4.3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/suck/suck-4.3.2.ebuild,v 1.2 2007/04/18 21:53:43 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nntp/suck/suck-4.3.2.ebuild,v 1.3 2014/10/09 19:57:10 dilfridge Exp $ DESCRIPTION="Grab news from a remote NNTP server and feed them to another" HOMEPAGE="http://home.comcast.net/~bobyetman/" @@ -11,12 +11,12 @@ KEYWORDS="~amd64 ~ppc x86" IUSE="ssl perl" DEPEND="sys-libs/db - perl? ( sys-devel/libperl ) + perl? ( dev-lang/perl ) ssl? ( dev-libs/openssl )" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" # Fix paths to the locations in Gentoo sed -i \ |