summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-05-05 18:19:48 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-05-05 18:19:48 +0000
commit58d9b4da05f1bf28dd725b213c063909abab72ca (patch)
treebbee195383ad866ff458b185835ac7ab28c97bb5
parentFix repoman warnings (diff)
downloadhistorical-58d9b4da05f1bf28dd725b213c063909abab72ca.tar.gz
historical-58d9b4da05f1bf28dd725b213c063909abab72ca.tar.bz2
historical-58d9b4da05f1bf28dd725b213c063909abab72ca.zip
Fix repoman warnings
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
-rw-r--r--x11-misc/driconf/driconf-0.9.1.ebuild5
-rw-r--r--x11-misc/x2x/x2x-1.27-r1.ebuild3
-rw-r--r--x11-misc/x2x/x2x-1.27-r2.ebuild12
-rw-r--r--x11-misc/xac/xac-0.6_pre3.ebuild6
-rw-r--r--x11-misc/xac/xac-0.6_pre4.ebuild6
5 files changed, 16 insertions, 16 deletions
diff --git a/x11-misc/driconf/driconf-0.9.1.ebuild b/x11-misc/driconf/driconf-0.9.1.ebuild
index ba74a53aa66f..9614aaf56724 100644
--- a/x11-misc/driconf/driconf-0.9.1.ebuild
+++ b/x11-misc/driconf/driconf-0.9.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/driconf/driconf-0.9.1.ebuild,v 1.7 2009/04/06 18:45:17 bluebird Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/driconf/driconf-0.9.1.ebuild,v 1.8 2009/05/05 18:19:48 ssuominen Exp $
inherit distutils
@@ -13,11 +13,12 @@ IUSE=""
SLOT="0"
KEYWORDS="amd64 ppc ppc64 ~sparc x86"
-DEPEND=">=x11-libs/gtk+-2.4
+RDEPEND=">=x11-libs/gtk+-2.4
>=dev-lang/python-2.3
>=dev-python/pygtk-2.4
dev-python/pyxml
x11-apps/xdriinfo"
+DEPEND="${RDEPEND}"
DOCS="CHANGELOG COPYING PKG-INFO README TODO"
diff --git a/x11-misc/x2x/x2x-1.27-r1.ebuild b/x11-misc/x2x/x2x-1.27-r1.ebuild
index 9c03233b45bd..bb1a368bae84 100644
--- a/x11-misc/x2x/x2x-1.27-r1.ebuild
+++ b/x11-misc/x2x/x2x-1.27-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2x/x2x-1.27-r1.ebuild,v 1.11 2009/05/05 18:17:49 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2x/x2x-1.27-r1.ebuild,v 1.12 2009/05/05 18:18:46 ssuominen Exp $
inherit eutils
@@ -49,5 +49,4 @@ src_compile() {
src_install () {
make DESTDIR="${D}" install || die
newman x2x.man x2x.1 || die
- dodoc LICENSE || die
}
diff --git a/x11-misc/x2x/x2x-1.27-r2.ebuild b/x11-misc/x2x/x2x-1.27-r2.ebuild
index 67e9010d3a1e..735e28ed47cf 100644
--- a/x11-misc/x2x/x2x-1.27-r2.ebuild
+++ b/x11-misc/x2x/x2x-1.27-r2.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/x11-misc/x2x/x2x-1.27-r2.ebuild,v 1.5 2008/02/21 14:25:57 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2x/x2x-1.27-r2.ebuild,v 1.6 2009/05/05 18:17:49 ssuominen Exp $
inherit eutils
@@ -30,17 +30,17 @@ src_unpack() {
cd "${S}"
# Patch from Debian to add -north and -south, among other fixes
- epatch ${DISTDIR}/x2x_1.27-8.diff.gz
+ epatch "${DISTDIR}"/x2x_1.27-8.diff.gz
# Fix variable initialization in Debian patch
- epatch ${DISTDIR}/x2x_1.27-8-initvars.patch.gz
+ epatch "${DISTDIR}"/x2x_1.27-8-initvars.patch.gz
# Patch to add LICENSE
- epatch ${DISTDIR}/${P}-license.patch.gz
+ epatch "${DISTDIR}"/${P}-license.patch.gz
# Patch to fix bug #126939
# AltGr does not work in x2x with different keymaps:
- epatch ${DISTDIR}/${P}-keymap.diff.gz
+ epatch "${DISTDIR}"/${P}-keymap.diff.gz
# Man-page is packaged as x2x.1 but needs to be x2x.man for building
mv x2x.1 x2x.man
diff --git a/x11-misc/xac/xac-0.6_pre3.ebuild b/x11-misc/xac/xac-0.6_pre3.ebuild
index 17d35437e75a..edf376acc3f5 100644
--- a/x11-misc/xac/xac-0.6_pre3.ebuild
+++ b/x11-misc/xac/xac-0.6_pre3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xac/xac-0.6_pre3.ebuild,v 1.5 2007/12/24 17:51:33 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xac/xac-0.6_pre3.ebuild,v 1.6 2009/05/05 18:18:34 ssuominen Exp $
inherit toolchain-funcs
@@ -17,7 +17,7 @@ RDEPEND=">=dev-lang/python-2.3
SRC_URI="mirror://gentoo/${P}.tar.bz2"
src_unpack() {
- unpack "${A}"
+ unpack ${A}
cd "${S}"
### Replace /usr/lib/xac with libdir version
diff --git a/x11-misc/xac/xac-0.6_pre4.ebuild b/x11-misc/xac/xac-0.6_pre4.ebuild
index 540923b2a078..e827fb7bc246 100644
--- a/x11-misc/xac/xac-0.6_pre4.ebuild
+++ b/x11-misc/xac/xac-0.6_pre4.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/x11-misc/xac/xac-0.6_pre4.ebuild,v 1.4 2008/09/23 07:19:03 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xac/xac-0.6_pre4.ebuild,v 1.5 2009/05/05 18:18:34 ssuominen Exp $
inherit toolchain-funcs
@@ -17,7 +17,7 @@ RDEPEND=">=dev-lang/python-2.3
SRC_URI="mirror://gentoo/${P}.tar.bz2"
src_unpack() {
- unpack "${A}"
+ unpack ${A}
cd "${S}"
### Replace /usr/lib/xac with libdir version