diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-11-24 17:17:04 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-11-24 17:17:04 +0000 |
commit | 768256b34f79e3ea7c87220cc3886dc21e5fbb7a (patch) | |
tree | c4c2bc199bcf99b766763259c060bfad8207ae89 /dev-perl/DCOP-Amarok | |
parent | Restore -Werror mangling, or the kernel will fail to build. (diff) | |
download | historical-768256b34f79e3ea7c87220cc3886dc21e5fbb7a.tar.gz historical-768256b34f79e3ea7c87220cc3886dc21e5fbb7a.tar.bz2 historical-768256b34f79e3ea7c87220cc3886dc21e5fbb7a.zip |
amd64 stable
Package-Manager: portage-2.1.2_rc2-r1
Diffstat (limited to 'dev-perl/DCOP-Amarok')
-rw-r--r-- | dev-perl/DCOP-Amarok/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/DCOP-Amarok/DCOP-Amarok-0.035.ebuild | 12 |
2 files changed, 11 insertions, 7 deletions
diff --git a/dev-perl/DCOP-Amarok/ChangeLog b/dev-perl/DCOP-Amarok/ChangeLog index 6bf1bd772263..facf58720124 100644 --- a/dev-perl/DCOP-Amarok/ChangeLog +++ b/dev-perl/DCOP-Amarok/ChangeLog @@ -1,6 +1,10 @@ # 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.1 2006/10/24 00:34:54 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DCOP-Amarok/ChangeLog,v 1.2 2006/11/24 17:16:38 mcummings Exp $ + + 24 Nov 2006; Michael Cummings <mcummings@gentoo.org> + DCOP-Amarok-0.035.ebuild: + amd64 stable *DCOP-Amarok-0.035 (24 Oct 2006) diff --git a/dev-perl/DCOP-Amarok/DCOP-Amarok-0.035.ebuild b/dev-perl/DCOP-Amarok/DCOP-Amarok-0.035.ebuild index 25feef8a265c..6ef98790c958 100644 --- a/dev-perl/DCOP-Amarok/DCOP-Amarok-0.035.ebuild +++ b/dev-perl/DCOP-Amarok/DCOP-Amarok-0.035.ebuild @@ -1,20 +1,20 @@ # Copyright 1999-2006 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.1 2006/10/24 00:34:54 mcummings Exp $ +# $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 $ 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://www.cpan.org/modules/by-authors/id/J/JC/JCMULLER/${P}.readme" +HOMEPAGE="http://searcy.cpan.org/~jcmuller/" RDEPEND="dev-perl/DCOP media-sound/amarok" - + IUSE="" - + SLOT="0" LICENSE="Artistic" -KEYWORDS="~amd64 ~x86" - +KEYWORDS="amd64 ~x86" + SRC_TEST="do" |