summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-03-14 16:53:44 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-03-14 16:53:44 +0000
commita23f54ad2046b8df12946c1b21fdbf61ea7846bc (patch)
tree20476865f2cb9fd8ff939d631fcce4a2e0b59e75 /x11-misc/obconf
parentBumping to 0.9.22, fixing bug #358753 (diff)
downloadgentoo-2-a23f54ad2046b8df12946c1b21fdbf61ea7846bc.tar.gz
gentoo-2-a23f54ad2046b8df12946c1b21fdbf61ea7846bc.tar.bz2
gentoo-2-a23f54ad2046b8df12946c1b21fdbf61ea7846bc.zip
QA fixes and clean ups
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/obconf')
-rw-r--r--x11-misc/obconf/ChangeLog6
-rw-r--r--x11-misc/obconf/obconf-2.0.3-r1.ebuild11
-rw-r--r--x11-misc/obconf/obconf-2.0.3_p20110314.ebuild5
-rw-r--r--x11-misc/obconf/obconf-9999.ebuild11
4 files changed, 18 insertions, 15 deletions
diff --git a/x11-misc/obconf/ChangeLog b/x11-misc/obconf/ChangeLog
index 72c488839199..ea3cfa2727c1 100644
--- a/x11-misc/obconf/ChangeLog
+++ b/x11-misc/obconf/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/obconf
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/ChangeLog,v 1.71 2011/03/14 15:55:28 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/ChangeLog,v 1.72 2011/03/14 16:53:44 hwoarang Exp $
+
+ 14 Mar 2011; Markos Chandras <hwoarang@gentoo.org> obconf-2.0.3-r1.ebuild,
+ obconf-2.0.3_p20110314.ebuild, obconf-9999.ebuild:
+ QA fixes and clean ups
*obconf-2.0.3_p20110314 (14 Mar 2011)
diff --git a/x11-misc/obconf/obconf-2.0.3-r1.ebuild b/x11-misc/obconf/obconf-2.0.3-r1.ebuild
index bee8b2f31cbd..cecb3f3540a1 100644
--- a/x11-misc/obconf/obconf-2.0.3-r1.ebuild
+++ b/x11-misc/obconf/obconf-2.0.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-2.0.3-r1.ebuild,v 1.3 2011/03/13 16:05:19 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-2.0.3-r1.ebuild,v 1.4 2011/03/14 16:53:44 hwoarang Exp $
EAPI="2"
@@ -18,9 +18,9 @@ IUSE="nls"
RDEPEND=">=gnome-base/libglade-2
>=x11-libs/gtk+-2
x11-libs/startup-notification
- >=x11-wm/openbox-3.4.2
- nls? ( sys-devel/gettext )"
+ >=x11-wm/openbox-3.4.2"
DEPEND="${RDEPEND}
+ nls? ( sys-devel/gettext )
dev-util/pkgconfig"
src_prepare() {
@@ -29,13 +29,12 @@ src_prepare() {
}
src_configure() {
- econf \
- $(use_enable nls) \
- || die "econf failed"
+ econf $(use_enable nls)
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc AUTHORS CHANGELOG README || die "dodoc failed"
}
pkg_postinst() {
diff --git a/x11-misc/obconf/obconf-2.0.3_p20110314.ebuild b/x11-misc/obconf/obconf-2.0.3_p20110314.ebuild
index a35668f5565e..358ae8abdefc 100644
--- a/x11-misc/obconf/obconf-2.0.3_p20110314.ebuild
+++ b/x11-misc/obconf/obconf-2.0.3_p20110314.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-2.0.3_p20110314.ebuild,v 1.3 2011/03/14 16:03:39 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-2.0.3_p20110314.ebuild,v 1.4 2011/03/14 16:53:44 hwoarang Exp $
EAPI=2
inherit autotools fdo-mime
@@ -15,7 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="nls"
RDEPEND=">=gnome-base/libglade-2
- x11-libs/gtk+:2
+ >=x11-libs/gtk+-2
x11-libs/startup-notification
>=x11-wm/openbox-3.5.0_pre20110313"
DEPEND="${RDEPEND}
@@ -36,6 +36,7 @@ src_configure() {
src_install() {
emake DESTDIR="${D}" install || die
+ dodoc AUTHORS CHANGELOG README || die "dodoc failed"
}
pkg_postinst() {
diff --git a/x11-misc/obconf/obconf-9999.ebuild b/x11-misc/obconf/obconf-9999.ebuild
index b5588fa14a9e..7212bd790dab 100644
--- a/x11-misc/obconf/obconf-9999.ebuild
+++ b/x11-misc/obconf/obconf-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-9999.ebuild,v 1.4 2010/06/22 09:17:08 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-9999.ebuild,v 1.5 2011/03/14 16:53:44 hwoarang Exp $
EAPI="2"
@@ -17,7 +17,7 @@ KEYWORDS=""
IUSE="nls"
RDEPEND=">=gnome-base/libglade-2
- x11-libs/gtk+:2
+ >=x11-libs/gtk+-2
x11-libs/startup-notification
>=x11-wm/openbox-3.4.2"
DEPEND="${RDEPEND}
@@ -30,13 +30,12 @@ src_prepare() {
}
src_configure() {
- econf \
- $(use_enable nls) \
- || die "econf failed"
+ econf $(use_enable nls)
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc AUTHORS CHANGELOG README || die "dodoc failed"
}
pkg_postinst() {