summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2011-10-16 17:35:28 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2011-10-16 17:35:28 +0000
commitd18ce98b4b5020098aeff03047ab2251196a4474 (patch)
tree60e9ff2fe74f21f8b7c2bdd34bc95de90ecb9e45 /app-admin
parentVersion bump. (diff)
downloadgentoo-2-d18ce98b4b5020098aeff03047ab2251196a4474.tar.gz
gentoo-2-d18ce98b4b5020098aeff03047ab2251196a4474.tar.bz2
gentoo-2-d18ce98b4b5020098aeff03047ab2251196a4474.zip
ppc/ppc64 stable wrt #385699
(Portage version: 2.2.0_alpha63/cvs/Linux x86_64)
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/system-config-printer-common/ChangeLog6
-rw-r--r--app-admin/system-config-printer-common/system-config-printer-common-1.3.3.ebuild4
-rw-r--r--app-admin/system-config-printer-common/system-config-printer-common-1.3.6.ebuild6
-rw-r--r--app-admin/system-config-printer-common/system-config-printer-common-1.3.7.ebuild4
4 files changed, 12 insertions, 8 deletions
diff --git a/app-admin/system-config-printer-common/ChangeLog b/app-admin/system-config-printer-common/ChangeLog
index 0a409c91a7ed..484580825ec5 100644
--- a/app-admin/system-config-printer-common/ChangeLog
+++ b/app-admin/system-config-printer-common/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-admin/system-config-printer-common
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-printer-common/ChangeLog,v 1.47 2011/10/14 18:51:47 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-printer-common/ChangeLog,v 1.48 2011/10/16 17:35:28 xarthisius Exp $
+
+ 16 Oct 2011; Kacper Kowalik <xarthisius@gentoo.org>
+ system-config-printer-common-1.3.6.ebuild:
+ ppc/ppc64 stable wrt #385699
14 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
system-config-printer-common-1.3.6.ebuild:
diff --git a/app-admin/system-config-printer-common/system-config-printer-common-1.3.3.ebuild b/app-admin/system-config-printer-common/system-config-printer-common-1.3.3.ebuild
index 5c1d54db9c4d..72f11cbe2575 100644
--- a/app-admin/system-config-printer-common/system-config-printer-common-1.3.3.ebuild
+++ b/app-admin/system-config-printer-common/system-config-printer-common-1.3.3.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/app-admin/system-config-printer-common/system-config-printer-common-1.3.3.ebuild,v 1.9 2011/09/16 15:57:51 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-printer-common/system-config-printer-common-1.3.3.ebuild,v 1.10 2011/10/16 17:35:28 xarthisius Exp $
EAPI="3"
@@ -64,7 +64,7 @@ src_configure() {
src_compile() {
emake || die "emake failed"
- if use doc; then
+ if use doc; then
emake html || die "emake html failed"
fi
}
diff --git a/app-admin/system-config-printer-common/system-config-printer-common-1.3.6.ebuild b/app-admin/system-config-printer-common/system-config-printer-common-1.3.6.ebuild
index a9668b0c7b31..6ccf8456fc21 100644
--- a/app-admin/system-config-printer-common/system-config-printer-common-1.3.6.ebuild
+++ b/app-admin/system-config-printer-common/system-config-printer-common-1.3.6.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/app-admin/system-config-printer-common/system-config-printer-common-1.3.6.ebuild,v 1.4 2011/10/14 18:51:47 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-printer-common/system-config-printer-common-1.3.6.ebuild,v 1.5 2011/10/16 17:35:28 xarthisius Exp $
EAPI="3"
@@ -15,7 +15,7 @@ HOMEPAGE="http://cyberelk.net/tim/software/system-config-printer/"
SRC_URI="http://cyberelk.net/tim/data/system-config-printer/1.3/${MY_P}.tar.xz"
LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sh ~sparc ~x86"
SLOT="0"
IUSE="doc policykit"
@@ -63,7 +63,7 @@ src_configure() {
src_compile() {
emake || die "emake failed"
- if use doc; then
+ if use doc; then
emake html || die "emake html failed"
fi
}
diff --git a/app-admin/system-config-printer-common/system-config-printer-common-1.3.7.ebuild b/app-admin/system-config-printer-common/system-config-printer-common-1.3.7.ebuild
index 2ee5f53cb86c..c86a4fe8a89c 100644
--- a/app-admin/system-config-printer-common/system-config-printer-common-1.3.7.ebuild
+++ b/app-admin/system-config-printer-common/system-config-printer-common-1.3.7.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/app-admin/system-config-printer-common/system-config-printer-common-1.3.7.ebuild,v 1.1 2011/10/05 22:53:41 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-printer-common/system-config-printer-common-1.3.7.ebuild,v 1.2 2011/10/16 17:35:28 xarthisius Exp $
EAPI="3"
@@ -63,7 +63,7 @@ src_configure() {
src_compile() {
emake || die "emake failed"
- if use doc; then
+ if use doc; then
emake html || die "emake html failed"
fi
}