summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Holm <dholm@gentoo.org>2004-08-30 15:45:47 +0000
committerDavid Holm <dholm@gentoo.org>2004-08-30 15:45:47 +0000
commit76648032f4a1b51a848a71c16fe61cc5ab8d7ddd (patch)
tree38b364de0cb569ee22ac72d1514c33a0e6dd39dc
parentKeyword modification, see changelog for details (diff)
downloadhistorical-76648032f4a1b51a848a71c16fe61cc5ab8d7ddd.tar.gz
historical-76648032f4a1b51a848a71c16fe61cc5ab8d7ddd.tar.bz2
historical-76648032f4a1b51a848a71c16fe61cc5ab8d7ddd.zip
Added to ~ppc
-rw-r--r--media-libs/libopendaap/ChangeLog5
-rw-r--r--media-libs/libopendaap/libopendaap-0.2.3.ebuild4
-rw-r--r--media-libs/libptp2/ChangeLog5
-rw-r--r--media-libs/libptp2/libptp2-1.0.1.ebuild4
-rw-r--r--media-libs/libsoundtouch/ChangeLog7
-rw-r--r--media-libs/libsoundtouch/libsoundtouch-1.2.1.ebuild4
6 files changed, 20 insertions, 9 deletions
diff --git a/media-libs/libopendaap/ChangeLog b/media-libs/libopendaap/ChangeLog
index 341d0c58e815..11755cdd0aac 100644
--- a/media-libs/libopendaap/ChangeLog
+++ b/media-libs/libopendaap/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libopendaap
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libopendaap/ChangeLog,v 1.2 2004/08/11 20:02:41 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libopendaap/ChangeLog,v 1.3 2004/08/30 15:44:33 dholm Exp $
+
+ 30 Aug 2004; David Holm <dholm@gentoo.org> libopendaap-0.2.3.ebuild:
+ Added to ~ppc.
11 Aug 2004; Jon Hood <squinky86@gentoo.org> libopendaap-0.2.3.ebuild:
Use crazney license.
diff --git a/media-libs/libopendaap/libopendaap-0.2.3.ebuild b/media-libs/libopendaap/libopendaap-0.2.3.ebuild
index edf33adb7922..7538289e89bd 100644
--- a/media-libs/libopendaap/libopendaap-0.2.3.ebuild
+++ b/media-libs/libopendaap/libopendaap-0.2.3.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libopendaap/libopendaap-0.2.3.ebuild,v 1.2 2004/08/11 20:02:41 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libopendaap/libopendaap-0.2.3.ebuild,v 1.3 2004/08/30 15:44:33 dholm Exp $
SLOT="0"
LICENSE="crazney APSL-2"
-KEYWORDS="~x86"
+KEYWORDS="~x86 ~ppc"
DESCRIPTION="libopendaap is a library which enables applications to discover and connect to iTunes(R) music shares"
SRC_URI="http://crazney.net/programs/itunes/files/${P}.tar.bz2"
HOMEPAGE="http://crazney.net/programs/itunes/libopendaap.html"
diff --git a/media-libs/libptp2/ChangeLog b/media-libs/libptp2/ChangeLog
index 5607fb9b5112..b40a0cc640c9 100644
--- a/media-libs/libptp2/ChangeLog
+++ b/media-libs/libptp2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libptp2
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libptp2/ChangeLog,v 1.1 2004/08/15 10:41:17 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libptp2/ChangeLog,v 1.2 2004/08/30 15:45:42 dholm Exp $
+
+ 30 Aug 2004; David Holm <dholm@gentoo.org> libptp2-1.0.1.ebuild:
+ Added to ~ppc.
*libptp2-1.0.1 (15 Aug 2004)
diff --git a/media-libs/libptp2/libptp2-1.0.1.ebuild b/media-libs/libptp2/libptp2-1.0.1.ebuild
index 5b0107cba63e..b1cbb541aac8 100644
--- a/media-libs/libptp2/libptp2-1.0.1.ebuild
+++ b/media-libs/libptp2/libptp2-1.0.1.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libptp2/libptp2-1.0.1.ebuild,v 1.1 2004/08/15 10:41:17 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libptp2/libptp2-1.0.1.ebuild,v 1.2 2004/08/30 15:45:42 dholm Exp $
DESCRIPTION="Library communicating with PTP enabled devices (digital photo cameras and so on)."
HOMEPAGE="http://sourceforge.net/projects/libptp/"
SRC_URI="mirror://sourceforge/libptp/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86"
+KEYWORDS="x86 ~ppc"
IUSE=""
RDEPEND="dev-libs/libusb"
DEPEND="${RDEPEND}
diff --git a/media-libs/libsoundtouch/ChangeLog b/media-libs/libsoundtouch/ChangeLog
index 415798fa2218..67a7db614470 100644
--- a/media-libs/libsoundtouch/ChangeLog
+++ b/media-libs/libsoundtouch/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/libsoundtouch
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.1 2004/08/13 22:30:18 fvdpol Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.2 2004/08/30 15:45:47 dholm Exp $
+
+*libsoundtouch-1.2.1 (30 Aug 2004)
+
+ 30 Aug 2004; David Holm <dholm@gentoo.org> libsoundtouch-1.2.1.ebuild:
+ Added to ~ppc.
14 Aug 2004; <frank@gentoo.org> :
New ebuild kindly submitted by Stefan Briesenick <sbriesen@gmx.de>. Closes bug
diff --git a/media-libs/libsoundtouch/libsoundtouch-1.2.1.ebuild b/media-libs/libsoundtouch/libsoundtouch-1.2.1.ebuild
index 0dd2a2b476bb..9c82ca9b189d 100644
--- a/media-libs/libsoundtouch/libsoundtouch-1.2.1.ebuild
+++ b/media-libs/libsoundtouch/libsoundtouch-1.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.2.1.ebuild,v 1.1 2004/08/13 22:30:18 fvdpol Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.2.1.ebuild,v 1.2 2004/08/30 15:45:47 dholm Exp $
DESCRIPTION="Audio processing library for changing the tempo, pitch and playback rates."
HOMEPAGE="http://sky.prohosting.com/oparviai/soundtouch/"
@@ -8,7 +8,7 @@ SRC_URI="http://sky.prohosting.com/oparviai/soundtouch/soundtouch_v${PV}.zip"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~x86 ~amd64 ~ppc"
IUSE=""
# FIXME: