diff options
author | Torsten Veller <tove@gentoo.org> | 2007-03-15 08:26:36 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2007-03-15 08:26:36 +0000 |
commit | 1a444a6c7716545a85658cc9cbe8dcc929901037 (patch) | |
tree | 25cbaf72d0071d82ba8ce0b660d422bf15468ad9 /dev-perl | |
parent | Stable on x86 (#170417) (diff) | |
download | gentoo-2-1a444a6c7716545a85658cc9cbe8dcc929901037.tar.gz gentoo-2-1a444a6c7716545a85658cc9cbe8dcc929901037.tar.bz2 gentoo-2-1a444a6c7716545a85658cc9cbe8dcc929901037.zip |
Stable on x86 (#170417). Fixed HOMEPAGE
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/DCOP-Amarok/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/DCOP-Amarok/DCOP-Amarok-0.035.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-perl/DCOP-Amarok/ChangeLog b/dev-perl/DCOP-Amarok/ChangeLog index facf58720124..1a816df6d74a 100644 --- a/dev-perl/DCOP-Amarok/ChangeLog +++ b/dev-perl/DCOP-Amarok/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/DCOP-Amarok -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DCOP-Amarok/ChangeLog,v 1.2 2006/11/24 17:16:38 mcummings Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DCOP-Amarok/ChangeLog,v 1.3 2007/03/15 08:26:36 tove Exp $ + + 15 Mar 2007; Torsten Veller <tove@gentoo.org> DCOP-Amarok-0.035.ebuild: + Stable on x86 (#170417). Fixed HOMEPAGE. 24 Nov 2006; Michael Cummings <mcummings@gentoo.org> DCOP-Amarok-0.035.ebuild: diff --git a/dev-perl/DCOP-Amarok/DCOP-Amarok-0.035.ebuild b/dev-perl/DCOP-Amarok/DCOP-Amarok-0.035.ebuild index 6ef98790c958..b49cc06c9f6c 100644 --- a/dev-perl/DCOP-Amarok/DCOP-Amarok-0.035.ebuild +++ b/dev-perl/DCOP-Amarok/DCOP-Amarok-0.035.ebuild @@ -1,12 +1,12 @@ -# 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/dev-perl/DCOP-Amarok/DCOP-Amarok-0.035.ebuild,v 1.2 2006/11/24 17:16:38 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DCOP-Amarok/DCOP-Amarok-0.035.ebuild,v 1.3 2007/03/15 08:26:36 tove Exp $ inherit perl-module DESCRIPTION="Perl Interface to Amarok via system's dcop" SRC_URI="mirror://cpan/authors/id/J/JC/JCMULLER/${P}.tar.gz" -HOMEPAGE="http://searcy.cpan.org/~jcmuller/" +HOMEPAGE="http://search.cpan.org/~jcmuller/" RDEPEND="dev-perl/DCOP media-sound/amarok" @@ -15,6 +15,6 @@ IUSE="" SLOT="0" LICENSE="Artistic" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" SRC_TEST="do" |