summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Guertin <gerk@gentoo.org>2003-03-15 03:25:49 +0000
committerMark Guertin <gerk@gentoo.org>2003-03-15 03:25:49 +0000
commit77a323d8bf384441827c0551656900c3c0ef8774 (patch)
treebd41ac681e60aadaf55577b0eb06da6ebde531d9 /sys-apps
parentset ppc in keywords (diff)
downloadhistorical-77a323d8bf384441827c0551656900c3c0ef8774.tar.gz
historical-77a323d8bf384441827c0551656900c3c0ef8774.tar.bz2
historical-77a323d8bf384441827c0551656900c3c0ef8774.zip
dep fixes and rev bump
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/gtkpbbuttons/ChangeLog6
-rw-r--r--sys-apps/gtkpbbuttons/gtkpbbuttons-0.4.6b.ebuild6
-rw-r--r--sys-apps/gtkpbbuttons/gtkpbbuttons-0.5.2.ebuild6
3 files changed, 11 insertions, 7 deletions
diff --git a/sys-apps/gtkpbbuttons/ChangeLog b/sys-apps/gtkpbbuttons/ChangeLog
index 96790bbb63ad..cfb72790f313 100644
--- a/sys-apps/gtkpbbuttons/ChangeLog
+++ b/sys-apps/gtkpbbuttons/ChangeLog
@@ -1,11 +1,15 @@
# ChangeLog for sys-apps/gtkpbbuttons
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/gtkpbbuttons/ChangeLog,v 1.7 2003/02/24 22:34:59 dragon Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gtkpbbuttons/ChangeLog,v 1.8 2003/03/15 03:25:49 gerk Exp $
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*gtkpbbuttons-0.5.2 (17 Oct 2002)
+ 14 Mar 2003; Mark Guertin <gerk@gentoo.org> gtkpbbuttons-0.4.6b.ebuild,
+ gtkpbbuttons-0.5.2.ebuild:
+ Fixed deps and keywords
+
24 Feb 2003; Nicholas Wourms <dragon@gentoo.org> gtkpbbuttons-0.5.2.ebuild :
This is definitely not for mips.
diff --git a/sys-apps/gtkpbbuttons/gtkpbbuttons-0.4.6b.ebuild b/sys-apps/gtkpbbuttons/gtkpbbuttons-0.4.6b.ebuild
index 8b0ad1285629..9e208e9ee52c 100644
--- a/sys-apps/gtkpbbuttons/gtkpbbuttons-0.4.6b.ebuild
+++ b/sys-apps/gtkpbbuttons/gtkpbbuttons-0.4.6b.ebuild
@@ -1,16 +1,16 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/gtkpbbuttons/gtkpbbuttons-0.4.6b.ebuild,v 1.15 2003/02/24 22:34:59 dragon Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gtkpbbuttons/gtkpbbuttons-0.4.6b.ebuild,v 1.16 2003/03/15 03:25:49 gerk Exp $
S=${WORKDIR}/${P}
DESCRIPTION="gtkpbbuttons is a PPC-only program to monitor special Powerbook/iBook keys in Linux"
SRC_URI="http://www.cymes.de/members/joker/projects/pbbuttons/tar/${P}.tar.gz"
HOMEPAGE="http://www.cymes.de/members/joker/projects/pbbuttons/pbbuttons.html"
-KEYWORDS="ppc -x86 -sparc -mips"
+KEYWORDS="ppc -x86 -sparc -mips -alpha -arm"
SLOT="0"
LICENSE="GPL-2"
-DEPEND="x11-libs/gtk+ media-libs/audiofile sys-apps/pbbuttonsd"
+DEPEND="=x11-libs/gtk+-1.2* media-libs/audiofile sys-apps/pbbuttonsd"
src_compile() {
./configure --prefix=/usr || die "sorry, ppc-only package"
diff --git a/sys-apps/gtkpbbuttons/gtkpbbuttons-0.5.2.ebuild b/sys-apps/gtkpbbuttons/gtkpbbuttons-0.5.2.ebuild
index 70658c2076ff..3c23993945e3 100644
--- a/sys-apps/gtkpbbuttons/gtkpbbuttons-0.5.2.ebuild
+++ b/sys-apps/gtkpbbuttons/gtkpbbuttons-0.5.2.ebuild
@@ -1,16 +1,16 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/gtkpbbuttons/gtkpbbuttons-0.5.2.ebuild,v 1.5 2003/02/24 22:34:59 dragon Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gtkpbbuttons/gtkpbbuttons-0.5.2.ebuild,v 1.6 2003/03/15 03:25:49 gerk Exp $
S=${WORKDIR}/${P}
DESCRIPTION="gtkpbbuttons is a PPC-only program to monitor special Powerbook/iBook keys in Linux"
SRC_URI="http://www.cymes.de/members/joker/projects/pbbuttons/tar/${P}.tar.gz"
HOMEPAGE="http://www.cymes.de/members/joker/projects/pbbuttons/pbbuttons.html"
-KEYWORDS="~ppc ~x86 -mips"
+KEYWORDS="ppc -x86 -mips -sparc -alpha -arm"
SLOT="0"
LICENSE="GPL-2"
-DEPEND="x11-libs/gtk+ media-libs/audiofile >=sys-apps/pbbuttonsd-0.5"
+DEPEND="=x11-libs/gtk+-1.2* media-libs/audiofile >=sys-apps/pbbuttonsd-0.5"
src_compile() {
./configure --prefix=/usr || die "sorry, gtkpbbuttons configure failed"