summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2009-01-27 23:38:27 +0000
committerJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2009-01-27 23:38:27 +0000
commit5831f1ef4d75ad92aff96912fb554bc342af34a5 (patch)
treeb319da73e0b9a2b6e4e1487b41999ced3bc28cf6 /kde-base/dcopc
parentfirst cut at a more automated method for ldscript installation (diff)
downloadgentoo-2-5831f1ef4d75ad92aff96912fb554bc342af34a5.tar.gz
gentoo-2-5831f1ef4d75ad92aff96912fb554bc342af34a5.tar.bz2
gentoo-2-5831f1ef4d75ad92aff96912fb554bc342af34a5.zip
Added missing IUSE to dcopc-3.5.{9,10}. Made PATCHES an array.
Added the assignment of RDEPEND. (Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/dcopc')
-rw-r--r--kde-base/dcopc/ChangeLog9
-rw-r--r--kde-base/dcopc/dcopc-3.5.10.ebuild8
-rw-r--r--kde-base/dcopc/dcopc-3.5.9.ebuild8
3 files changed, 17 insertions, 8 deletions
diff --git a/kde-base/dcopc/ChangeLog b/kde-base/dcopc/ChangeLog
index 93957819cec2..20dcde59ceee 100644
--- a/kde-base/dcopc/ChangeLog
+++ b/kde-base/dcopc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/dcopc
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/dcopc/ChangeLog,v 1.29 2008/09/13 23:57:12 carlo Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dcopc/ChangeLog,v 1.30 2009/01/27 23:38:27 jmbsvicetto Exp $
+
+ 27 Jan 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
+ dcopc-3.5.9.ebuild, dcopc-3.5.10.ebuild:
+ Added missing IUSE to dcopc-3.5.{9,10}. Made PATCHES an array. Added the
+ assignment of RDEPEND.
*dcopc-3.5.10 (13 Sep 2008)
diff --git a/kde-base/dcopc/dcopc-3.5.10.ebuild b/kde-base/dcopc/dcopc-3.5.10.ebuild
index 44c3eb49e9aa..c3915f30fa3f 100644
--- a/kde-base/dcopc/dcopc-3.5.10.ebuild
+++ b/kde-base/dcopc/dcopc-3.5.10.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/dcopc/dcopc-3.5.10.ebuild,v 1.1 2008/09/13 23:57:12 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dcopc/dcopc-3.5.10.ebuild,v 1.2 2009/01/27 23:38:27 jmbsvicetto Exp $
KMNAME=kdebindings
EAPI="1"
@@ -10,6 +10,8 @@ DESCRIPTION="C bindings for DCOP"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" # broken according to upstream - 3.4a1 README=
DEPEND="dev-libs/glib:1
x11-libs/gtk+:1"
+RDEPEND="${DEPEND}"
+IUSE=""
# Make sure to compile this
-PATCHES="${FILESDIR}/remove-configure.diff"
+PATCHES=( "${FILESDIR}/remove-configure.diff" )
diff --git a/kde-base/dcopc/dcopc-3.5.9.ebuild b/kde-base/dcopc/dcopc-3.5.9.ebuild
index 96ab32cb8736..62008802d83e 100644
--- a/kde-base/dcopc/dcopc-3.5.9.ebuild
+++ b/kde-base/dcopc/dcopc-3.5.9.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/dcopc/dcopc-3.5.9.ebuild,v 1.2 2008/05/19 23:31:17 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dcopc/dcopc-3.5.9.ebuild,v 1.3 2009/01/27 23:38:27 jmbsvicetto Exp $
KMNAME=kdebindings
EAPI="1"
@@ -10,6 +10,8 @@ DESCRIPTION="C bindings for DCOP"
KEYWORDS="amd64 ~ppc ~ppc64 x86" # broken according to upstream - 3.4a1 README=
DEPEND="dev-libs/glib:1
x11-libs/gtk+:1"
+RDEPEND="${DEPEND}"
+IUSE=""
# Make sure to compile this
-PATCHES="${FILESDIR}/remove-configure.diff"
+PATCHES=( "${FILESDIR}/remove-configure.diff" )