diff options
author | David Holm <dholm@gentoo.org> | 2004-03-25 11:56:17 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-03-25 11:56:17 +0000 |
commit | 835defe83db72d06fcd4ee9bdb5919d6993c61d6 (patch) | |
tree | cdda5ba40b34f866e866803552a9df9279c737d5 /media-libs | |
parent | Added to ~ppc (diff) | |
download | historical-835defe83db72d06fcd4ee9bdb5919d6993c61d6.tar.gz historical-835defe83db72d06fcd4ee9bdb5919d6993c61d6.tar.bz2 historical-835defe83db72d06fcd4ee9bdb5919d6993c61d6.zip |
Added to ~ppc
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/daaplib/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/daaplib/Manifest | 4 | ||||
-rw-r--r-- | media-libs/daaplib/daaplib-0.1.1a.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/daaplib/ChangeLog b/media-libs/daaplib/ChangeLog index c6872c51653c..58af03aa1bd7 100644 --- a/media-libs/daaplib/ChangeLog +++ b/media-libs/daaplib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/daaplib # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/daaplib/ChangeLog,v 1.1 2004/03/25 06:29:04 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/daaplib/ChangeLog,v 1.2 2004/03/25 11:56:17 dholm Exp $ + + 25 Mar 2004; David Holm <dholm@gentoo.org> daaplib-0.1.1a.ebuild: + Added to ~ppc. *daaplib-0.1.1a (24 Mar 2004) diff --git a/media-libs/daaplib/Manifest b/media-libs/daaplib/Manifest index 92a3cada5d35..b5d4740d3338 100644 --- a/media-libs/daaplib/Manifest +++ b/media-libs/daaplib/Manifest @@ -1,4 +1,4 @@ -MD5 af10bf7110134a393e9ee1fe4d76284b ChangeLog 447 -MD5 e0934685987460e4e7365ed85004b098 daaplib-0.1.1a.ebuild 1055 +MD5 15a77c6cf29eab1e6248f1bd373d9896 ChangeLog 528 +MD5 c6e52ef5c18cec7d7197de365421eca3 daaplib-0.1.1a.ebuild 1055 MD5 0589e7641e96ea672f142cb3fd282e8b metadata.xml 397 MD5 c4e1bf55fa774a3c2698e7e9bd20fa0a files/digest-daaplib-0.1.1a 62 diff --git a/media-libs/daaplib/daaplib-0.1.1a.ebuild b/media-libs/daaplib/daaplib-0.1.1a.ebuild index 0edb59b2c78e..83d228f4a033 100644 --- a/media-libs/daaplib/daaplib-0.1.1a.ebuild +++ b/media-libs/daaplib/daaplib-0.1.1a.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/daaplib/daaplib-0.1.1a.ebuild,v 1.1 2004/03/25 06:29:04 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/daaplib/daaplib-0.1.1a.ebuild,v 1.2 2004/03/25 11:56:17 dholm Exp $ DESCRIPTION="a tiny, portable C++ library to read and write low-level DAAP streams in memory" HOMEPAGE="http://www.deleet.de/projekte/daap/daaplib/" SRC_URI="http://deleet.de/projekte/daap/daaplib/${PN}.${PV}.zip" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" IUSE="static" DEPEND="app-arch/unzip" RDEPEND="" |