summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-12-31 21:49:19 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-12-31 21:49:19 +0000
commitfae16e5f86e74952ec6f4ee6df7bae23fa169a88 (patch)
tree8010b6079e43aee44e697820de9068c362bac8c0 /sys-devel
parentFix quoting (diff)
downloadgentoo-2-fae16e5f86e74952ec6f4ee6df7bae23fa169a88.tar.gz
gentoo-2-fae16e5f86e74952ec6f4ee6df7bae23fa169a88.tar.bz2
gentoo-2-fae16e5f86e74952ec6f4ee6df7bae23fa169a88.zip
Remove kde-base/kdelibs:3.5 USE="doc" depend.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/icecream/ChangeLog6
-rw-r--r--sys-devel/icecream/icecream-0.9.2.ebuild28
-rw-r--r--sys-devel/icecream/icecream-0.9.3.ebuild28
-rw-r--r--sys-devel/icecream/icecream-0.9.4.ebuild42
4 files changed, 28 insertions, 76 deletions
diff --git a/sys-devel/icecream/ChangeLog b/sys-devel/icecream/ChangeLog
index aad43d0b1899..c84bcf0f49c3 100644
--- a/sys-devel/icecream/ChangeLog
+++ b/sys-devel/icecream/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-devel/icecream
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/icecream/ChangeLog,v 1.33 2009/09/23 20:41:51 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/icecream/ChangeLog,v 1.34 2009/12/31 21:49:19 ssuominen Exp $
+
+ 31 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> icecream-0.9.2.ebuild,
+ icecream-0.9.3.ebuild, icecream-0.9.4.ebuild:
+ Remove kde-base/kdelibs:3.5 USE="doc" depend.
23 Sep 2009; Patrick Lauer <patrick@gentoo.org> icecream-0.9.2.ebuild,
icecream-0.9.3.ebuild, icecream-0.9.4.ebuild:
diff --git a/sys-devel/icecream/icecream-0.9.2.ebuild b/sys-devel/icecream/icecream-0.9.2.ebuild
index 8a0ed6229ec7..867cc923001d 100644
--- a/sys-devel/icecream/icecream-0.9.2.ebuild
+++ b/sys-devel/icecream/icecream-0.9.2.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/sys-devel/icecream/icecream-0.9.2.ebuild,v 1.5 2009/09/23 20:41:51 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/icecream/icecream-0.9.2.ebuild,v 1.6 2009/12/31 21:49:19 ssuominen Exp $
inherit autotools eutils flag-o-matic
@@ -13,11 +13,7 @@ SRC_URI="ftp://ftp.suse.com/pub/projects/${PN}/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc sparc x86"
-IUSE="doc"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- doc? ( =kde-base/kdelibs-3.5* )"
+IUSE=""
S="${WORKDIR}/${MY_P}"
@@ -39,21 +35,6 @@ src_unpack() {
src_compile() {
econf
emake || die "compiling icecc failed"
-
- # compile manpages...yeah, we need meinproc, ergo kdelibs for this :(
- if use doc; then
- cd doc
- for docfile in *.docbook; do
- outputfile="${docfile/man-/}"
- outputfile="${outputfile/.docbook/}"
-
- meinproc \
- --stylesheet /usr/kde/3.5/share/apps/ksgmltools2/customization/kde-man.xsl \
- "${docfile}" && \
- mv manpage.troff "${outputfile}" || \
- die "compiling manpages failed"
- done
- fi
}
src_install() {
@@ -68,11 +49,6 @@ src_install() {
diropts -m0755
keepdir /usr/lib/icecc/bin
-
- if use doc; then
- cd doc
- doman icecc.1 iceccd.1 icecream.7 scheduler.1 || die "doman failed"
- fi
}
pkg_postinst() {
diff --git a/sys-devel/icecream/icecream-0.9.3.ebuild b/sys-devel/icecream/icecream-0.9.3.ebuild
index 3be4e62fedb1..6277f9daddcb 100644
--- a/sys-devel/icecream/icecream-0.9.3.ebuild
+++ b/sys-devel/icecream/icecream-0.9.3.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/sys-devel/icecream/icecream-0.9.3.ebuild,v 1.2 2009/09/23 20:41:51 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/icecream/icecream-0.9.3.ebuild,v 1.3 2009/12/31 21:49:19 ssuominen Exp $
inherit autotools eutils flag-o-matic
@@ -13,11 +13,7 @@ SRC_URI="ftp://ftp.suse.com/pub/projects/${PN}/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="doc"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- doc? ( =kde-base/kdelibs-3.5* )"
+IUSE=""
S="${WORKDIR}/${MY_P}"
@@ -39,21 +35,6 @@ src_unpack() {
src_compile() {
econf
emake || die "compiling icecc failed"
-
- # compile manpages...yeah, we need meinproc, ergo kdelibs for this :(
- if use doc; then
- cd doc
- for docfile in *.docbook; do
- outputfile="${docfile/man-/}"
- outputfile="${outputfile/.docbook/}"
-
- meinproc \
- --stylesheet /usr/kde/3.5/share/apps/ksgmltools2/customization/kde-man.xsl \
- "${docfile}" && \
- mv manpage.troff "${outputfile}" || \
- die "compiling manpages failed"
- done
- fi
}
src_install() {
@@ -68,11 +49,6 @@ src_install() {
diropts -m0755
keepdir /usr/lib/icecc/bin
-
- if use doc; then
- cd doc
- doman icecc.1 iceccd.1 icecream.7 scheduler.1 || die "doman failed"
- fi
}
pkg_postinst() {
diff --git a/sys-devel/icecream/icecream-0.9.4.ebuild b/sys-devel/icecream/icecream-0.9.4.ebuild
index 95f0c3fbdc9d..1f6447b22ceb 100644
--- a/sys-devel/icecream/icecream-0.9.4.ebuild
+++ b/sys-devel/icecream/icecream-0.9.4.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/sys-devel/icecream/icecream-0.9.4.ebuild,v 1.3 2009/09/23 20:41:51 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/icecream/icecream-0.9.4.ebuild,v 1.4 2009/12/31 21:49:19 ssuominen Exp $
inherit autotools eutils flag-o-matic
@@ -13,11 +13,7 @@ SRC_URI="ftp://ftp.suse.com/pub/projects/${PN}/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
-IUSE="doc"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- doc? ( =kde-base/kdelibs-3.5* )"
+IUSE=""
S="${WORKDIR}/${MY_P}"
@@ -41,19 +37,19 @@ src_compile() {
emake || die "compiling icecc failed"
# compile manpages...yeah, we need meinproc, ergo kdelibs for this :(
- if use doc; then
- cd doc
- for docfile in *.docbook; do
- outputfile="${docfile/man-/}"
- outputfile="${outputfile/.docbook/}"
-
- meinproc \
- --stylesheet /usr/kde/3.5/share/apps/ksgmltools2/customization/kde-man.xsl \
- "${docfile}" && \
- mv manpage.troff "${outputfile}" || \
- die "compiling manpages failed"
- done
- fi
+ #if use doc; then
+ # cd doc
+ # for docfile in *.docbook; do
+ # outputfile="${docfile/man-/}"
+ # outputfile="${outputfile/.docbook/}"
+
+ # meinproc \
+ # --stylesheet /usr/kde/3.5/share/apps/ksgmltools2/customization/kde-man.xsl \
+ # "${docfile}" && \
+ # mv manpage.troff "${outputfile}" || \
+ # die "compiling manpages failed"
+ # done
+ #fi
}
src_install() {
@@ -69,10 +65,10 @@ src_install() {
diropts -m0755
keepdir /usr/lib/icecc/bin
- if use doc; then
- cd doc
- doman icecc.1 iceccd.1 icecream.7 scheduler.1 || die "doman failed"
- fi
+ #if use doc; then
+ # cd doc
+ # doman icecc.1 iceccd.1 icecream.7 scheduler.1 || die "doman failed"
+ #fi
}
pkg_postinst() {