summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2004-04-19 19:57:39 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2004-04-19 19:57:39 +0000
commit4d898002879153ceb62b6ebedbac72f73780b1e0 (patch)
treeb06f3d1fc7f3f0d65568a5e619b0a2172ee8d248 /media-gfx/gtkam
parentMarked stable on hppa. (diff)
downloadhistorical-4d898002879153ceb62b6ebedbac72f73780b1e0.tar.gz
historical-4d898002879153ceb62b6ebedbac72f73780b1e0.tar.bz2
historical-4d898002879153ceb62b6ebedbac72f73780b1e0.zip
Removing gnome deps, since it only builds a yelp file and we are missing the gphoto2 docs in portage, the gnome deps served no purpose. For more information, please see bug #36684.
Diffstat (limited to 'media-gfx/gtkam')
-rw-r--r--media-gfx/gtkam/ChangeLog7
-rw-r--r--media-gfx/gtkam/gtkam-0.1.10.ebuild4
-rw-r--r--media-gfx/gtkam/gtkam-0.1.11.ebuild13
3 files changed, 15 insertions, 9 deletions
diff --git a/media-gfx/gtkam/ChangeLog b/media-gfx/gtkam/ChangeLog
index a0b0e5c45f04..6d445f1399d2 100644
--- a/media-gfx/gtkam/ChangeLog
+++ b/media-gfx/gtkam/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-gfx/gtkam
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gtkam/ChangeLog,v 1.16 2004/04/11 10:32:06 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gtkam/ChangeLog,v 1.17 2004/04/19 19:57:39 wolf31o2 Exp $
+
+ 19 Apr 2004; Chris Gianelloni <wolf31o2@gentoo.org> gtkam-0.1.11.ebuild:
+ Removing gnome deps, since it only builds a yelp file and we are missing the
+ gphoto2 docs in portage, the gnome deps served no purpose. For more
+ information, please see bug #36684.
11 Apr 2004; Alastair Tse <liquidx@gentoo.org> gtkam-0.1.11.ebuild:
fixed gtkam-0.1.11 dep to libgphoto2-2.1.4 (#47458)
diff --git a/media-gfx/gtkam/gtkam-0.1.10.ebuild b/media-gfx/gtkam/gtkam-0.1.10.ebuild
index 61378de2dbd3..869364d699b3 100644
--- a/media-gfx/gtkam/gtkam-0.1.10.ebuild
+++ b/media-gfx/gtkam/gtkam-0.1.10.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gtkam/gtkam-0.1.10.ebuild,v 1.6 2003/11/09 22:01:47 obz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gtkam/gtkam-0.1.10.ebuild,v 1.7 2004/04/19 19:57:39 wolf31o2 Exp $
IUSE="nls gnome jpeg"
diff --git a/media-gfx/gtkam/gtkam-0.1.11.ebuild b/media-gfx/gtkam/gtkam-0.1.11.ebuild
index bf596a3e5e7d..e038d2ec1b2c 100644
--- a/media-gfx/gtkam/gtkam-0.1.11.ebuild
+++ b/media-gfx/gtkam/gtkam-0.1.11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gtkam/gtkam-0.1.11.ebuild,v 1.2 2004/04/11 10:32:06 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gtkam/gtkam-0.1.11.ebuild,v 1.3 2004/04/19 19:57:39 wolf31o2 Exp $
IUSE="nls gnome jpeg"
@@ -15,10 +15,11 @@ KEYWORDS="~x86 ~ppc ~amd64"
RDEPEND=">=x11-libs/gtk+-2
>=media-libs/libgphoto2-2.1.4
- gnome? ( >=gnome-base/libbonobo-2
- >=gnome-base/libgnomeui-2 )
jpeg? ( media-libs/libexif-gtk
media-libs/libexif )"
+ # commenting per bug #36684
+ #gnome? ( >=gnome-base/libbonobo-2
+ # >=gnome-base/libgnomeui-2 )
DEPEND="${RDEPEND}
dev-util/pkgconfig
@@ -42,9 +43,9 @@ src_compile() {
&& myconf="${myconf} --with-exif" \
|| myconf="${myconf} --without-exif"
- use gnome \
- && myconf="${myconf} --with-gnome --with-bonobo" \
- || myconf="${myconf} --without-gnome --without-bonobo"
+ #use gnome \
+ # && myconf="${myconf} --with-gnome --with-bonobo" \
+ # || myconf="${myconf} --without-gnome --without-bonobo"
econf ${myconf} `use_enable nls` || die
emake || die