summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-05-21 12:51:33 +0000
committerSamuli Suominen <drac@gentoo.org>2008-05-21 12:51:33 +0000
commitc49477bb541438aa19bff8c203b2c6ef2a0b5419 (patch)
treecf68c1bd7295e6ce864e6916a5a02fe0e32322ee /app-text
parentMove pkgconfig to DEPEND, repoman warnings. (diff)
downloadgentoo-2-c49477bb541438aa19bff8c203b2c6ef2a0b5419.tar.gz
gentoo-2-c49477bb541438aa19bff8c203b2c6ef2a0b5419.tar.bz2
gentoo-2-c49477bb541438aa19bff8c203b2c6ef2a0b5419.zip
Move pkgconfig to DEPEND, repoman warnings.
(Portage version: 2.1.5)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/sword/ChangeLog10
-rw-r--r--app-text/sword/sword-1.5.10-r2.ebuild7
-rw-r--r--app-text/sword/sword-1.5.8-r2.ebuild7
-rw-r--r--app-text/sword/sword-1.5.8.ebuild4
-rw-r--r--app-text/sword/sword-1.5.9-r2.ebuild7
5 files changed, 23 insertions, 12 deletions
diff --git a/app-text/sword/ChangeLog b/app-text/sword/ChangeLog
index b46943e96e11..a6a93b3baa5a 100644
--- a/app-text/sword/ChangeLog
+++ b/app-text/sword/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for app-text/sword
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/sword/ChangeLog,v 1.40 2008/02/22 14:18:01 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sword/ChangeLog,v 1.41 2008/05/21 12:51:33 drac Exp $
+
+ 21 May 2008; Samuli Suominen <drac@gentoo.org> sword-1.5.8-r2.ebuild,
+ sword-1.5.9-r2.ebuild, sword-1.5.10-r2.ebuild:
+ Move pkgconfig to DEPEND.
+
+ 21 May 2008; Samuli Suominen <drac@gentoo.org> sword-1.5.8-r2.ebuild,
+ sword-1.5.9-r2.ebuild, sword-1.5.10-r2.ebuild:
+ Move pkgconfig to DEPEND.
22 Feb 2008; Tobias Scherbaum <dertobi123@gentoo.org>
sword-1.5.8-r2.ebuild:
diff --git a/app-text/sword/sword-1.5.10-r2.ebuild b/app-text/sword/sword-1.5.10-r2.ebuild
index 4b5ec5500205..b80afec35ff3 100644
--- a/app-text/sword/sword-1.5.10-r2.ebuild
+++ b/app-text/sword/sword-1.5.10-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.5.10-r2.ebuild,v 1.1 2008/02/20 04:04:10 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.5.10-r2.ebuild,v 1.2 2008/05/21 12:51:33 drac Exp $
inherit flag-o-matic
@@ -13,10 +13,11 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
IUSE="curl debug doc icu lucene"
-DEPEND="sys-libs/zlib
+RDEPEND="sys-libs/zlib
curl? ( net-misc/curl )
icu? ( dev-libs/icu )
- lucene? ( dev-cpp/clucene )
+ lucene? ( dev-cpp/clucene )"
+DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_unpack() {
diff --git a/app-text/sword/sword-1.5.8-r2.ebuild b/app-text/sword/sword-1.5.8-r2.ebuild
index 46ebe045e6b7..889a669896c7 100644
--- a/app-text/sword/sword-1.5.8-r2.ebuild
+++ b/app-text/sword/sword-1.5.8-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.5.8-r2.ebuild,v 1.4 2008/02/22 14:18:01 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.5.8-r2.ebuild,v 1.5 2008/05/21 12:51:33 drac Exp $
inherit flag-o-matic
@@ -13,9 +13,10 @@ SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE="curl icu debug"
-DEPEND="sys-libs/zlib
+RDEPEND="sys-libs/zlib
curl? ( net-misc/curl )
- icu? ( dev-libs/icu )
+ icu? ( dev-libs/icu )"
+DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_unpack() {
diff --git a/app-text/sword/sword-1.5.8.ebuild b/app-text/sword/sword-1.5.8.ebuild
index 27356bdecaa0..37c37c221fab 100644
--- a/app-text/sword/sword-1.5.8.ebuild
+++ b/app-text/sword/sword-1.5.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.5.8.ebuild,v 1.7 2007/01/28 06:05:23 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.5.8.ebuild,v 1.8 2008/05/21 12:51:33 drac Exp $
DESCRIPTION="Library for Bible reading software."
HOMEPAGE="http://www.crosswire.org/sword/"
@@ -30,7 +30,7 @@ src_install() {
make DESTDIR="${D}" install || die "install failed"
dodoc AUTHORS CODINGSTYLE ChangeLog INSTALL README
- cp -R samples examples ${D}/usr/share/doc/${PF}/
+ cp -R samples examples "${D}"/usr/share/doc/${PF}/
}
pkg_postinst() {
diff --git a/app-text/sword/sword-1.5.9-r2.ebuild b/app-text/sword/sword-1.5.9-r2.ebuild
index 969a64c18c89..99a198ba83bb 100644
--- a/app-text/sword/sword-1.5.9-r2.ebuild
+++ b/app-text/sword/sword-1.5.9-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.5.9-r2.ebuild,v 1.1 2008/02/20 04:04:10 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.5.9-r2.ebuild,v 1.2 2008/05/21 12:51:33 drac Exp $
inherit flag-o-matic
@@ -13,10 +13,11 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
IUSE="curl debug doc icu lucene"
-DEPEND="sys-libs/zlib
+RDEPEND="sys-libs/zlib
curl? ( net-misc/curl )
icu? ( dev-libs/icu )
- lucene? ( dev-cpp/clucene )
+ lucene? ( dev-cpp/clucene )"
+DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_unpack() {