diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2006-01-02 05:16:20 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2006-01-02 05:16:20 +0000 |
commit | a4f40bf1a42d7d79c760917b7bd103a35a7b8f6e (patch) | |
tree | 500235f367c57515c23559f06fc129a71cb2e8f6 /media-libs/libopendaap | |
parent | sh love (diff) | |
download | historical-a4f40bf1a42d7d79c760917b7bd103a35a7b8f6e.tar.gz historical-a4f40bf1a42d7d79c760917b7bd103a35a7b8f6e.tar.bz2 historical-a4f40bf1a42d7d79c760917b7bd103a35a7b8f6e.zip |
Stable on x86; bug #116181
Package-Manager: portage-2.1_pre2
Diffstat (limited to 'media-libs/libopendaap')
-rw-r--r-- | media-libs/libopendaap/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/libopendaap/Manifest | 14 | ||||
-rw-r--r-- | media-libs/libopendaap/libopendaap-0.4.0.ebuild | 6 |
3 files changed, 20 insertions, 7 deletions
diff --git a/media-libs/libopendaap/ChangeLog b/media-libs/libopendaap/ChangeLog index 303d8d1392b7..776ad765f4fd 100644 --- a/media-libs/libopendaap/ChangeLog +++ b/media-libs/libopendaap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libopendaap -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libopendaap/ChangeLog,v 1.11 2005/11/10 04:05:34 weeve Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libopendaap/ChangeLog,v 1.12 2006/01/02 05:16:20 halcy0n Exp $ + + 02 Jan 2006; Mark Loeser <halcy0n@gentoo.org> libopendaap-0.4.0.ebuild: + Stable on x86; bug #116181 10 Nov 2005; Jason Wever <weeve@gentoo.org> libopendaap-0.4.0.ebuild: Added ~sparc keyword as it went missing in the version bump :( diff --git a/media-libs/libopendaap/Manifest b/media-libs/libopendaap/Manifest index 629e91ea8638..d53b72b373be 100644 --- a/media-libs/libopendaap/Manifest +++ b/media-libs/libopendaap/Manifest @@ -1,4 +1,7 @@ -MD5 5b4466307de418094a8f4097dce9078a ChangeLog 1749 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 7ec6e82eab86bdbbdeec229a9a184daf ChangeLog 1855 MD5 86148ed6cd259ca05147ab24675e5df3 files/digest-libopendaap-0.2.3 70 MD5 fb7b43fda414c12b64540db818f4c497 files/digest-libopendaap-0.3.0 70 MD5 c16e2833e4aa6d3ab76e63fd9a36bd09 files/digest-libopendaap-0.4.0 70 @@ -6,5 +9,12 @@ MD5 fb066ffc6e3189f97e3b7b934d1604ed files/libopendaap-0.2.3-types.h 704 MD5 5d449c7e532679f6cb0aca9271b5c4c0 files/libopendaap-0.3.0-types.h 610 MD5 7656177575e00de56441444e837e339e libopendaap-0.2.3.ebuild 760 MD5 d8673dd8359e3392af9e4958fceaca8f libopendaap-0.3.0.ebuild 769 -MD5 84d166f73312af3af7f1fee4f8edea6e libopendaap-0.4.0.ebuild 696 +MD5 06ba6c1fa15aca92d8c3e52e76cb44bc libopendaap-0.4.0.ebuild 697 MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDuLc2CRZPokWLroQRAiKkAKCBsnKaIqRnkV+fMhtsJdxaOYTUawCgwFCj +/ThbIgY1gVXm7SbT5den6HU= +=BTI6 +-----END PGP SIGNATURE----- diff --git a/media-libs/libopendaap/libopendaap-0.4.0.ebuild b/media-libs/libopendaap/libopendaap-0.4.0.ebuild index 5dfc4eef5b9c..be8ffefe3a2c 100644 --- a/media-libs/libopendaap/libopendaap-0.4.0.ebuild +++ b/media-libs/libopendaap/libopendaap-0.4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libopendaap/libopendaap-0.4.0.ebuild,v 1.2 2005/11/10 04:05:34 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libopendaap/libopendaap-0.4.0.ebuild,v 1.3 2006/01/02 05:16:20 halcy0n Exp $ IUSE="" @@ -11,7 +11,7 @@ SRC_URI="http://crazney.net/programs/itunes/files/${P}.tar.bz2" HOMEPAGE="http://crazney.net/programs/itunes/libopendaap.html" SLOT="0" LICENSE="crazney APSL-2" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~sparc x86" DEPEND="virtual/libc" src_install() { |