diff options
author | 2010-05-03 21:48:15 +0000 | |
---|---|---|
committer | 2010-05-03 21:48:15 +0000 | |
commit | 7d276511a65dc1cbb5409c3d876ad018f351cd37 (patch) | |
tree | 6c13c0ecafa3fc3a56181e395a32ea52fefe6f83 /app-office | |
parent | Version bump KDE 4.4.3 (diff) | |
download | gentoo-2-7d276511a65dc1cbb5409c3d876ad018f351cd37.tar.gz gentoo-2-7d276511a65dc1cbb5409c3d876ad018f351cd37.tar.bz2 gentoo-2-7d276511a65dc1cbb5409c3d876ad018f351cd37.zip |
USE minimal controls now headers wrt #315567. Scribus is no reverse depend of anything and headers are useful only for e.g. plug-in developers. This should save about 30 MB installed data.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/scribus/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/scribus/metadata.xml | 9 | ||||
-rw-r--r-- | app-office/scribus/scribus-1.3.6.ebuild | 13 |
3 files changed, 19 insertions, 11 deletions
diff --git a/app-office/scribus/ChangeLog b/app-office/scribus/ChangeLog index 8268dd82fe9f..92a6309fafa5 100644 --- a/app-office/scribus/ChangeLog +++ b/app-office/scribus/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/scribus # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/scribus/ChangeLog,v 1.127 2010/04/30 22:53:15 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/scribus/ChangeLog,v 1.128 2010/05/03 21:48:15 ssuominen Exp $ + + 03 May 2010; Samuli Suominen <ssuominen@gentoo.org> scribus-1.3.6.ebuild, + metadata.xml: + USE minimal controls now headers wrt #315567. Scribus is no reverse depend + of anything and headers are useful only for e.g. plug-in developers. This + should save about 30 MB installed data. 30 Apr 2010; Zac Medico <zmedico@gentoo.org> scribus-1.3.6.ebuild, +files/scribus-1.3.6-podofo-0.8.0.patch: diff --git a/app-office/scribus/metadata.xml b/app-office/scribus/metadata.xml index b73e798ae80e..85e9de949327 100644 --- a/app-office/scribus/metadata.xml +++ b/app-office/scribus/metadata.xml @@ -1,13 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>no-herd</herd> + <herd>desktop-misc</herd> <maintainer> <email>hanno@gentoo.org</email> <name>Hanno Boeck</name> </maintainer> - <maintainer> - <email>ssuominen@gentoo.org</email> - <name>Samuli Suominen</name> - </maintainer> + <use> + <flag name="minimal">Don't install headers (only required for e.g. plug-in developers)</flag> + </use> </pkgmetadata> diff --git a/app-office/scribus/scribus-1.3.6.ebuild b/app-office/scribus/scribus-1.3.6.ebuild index 7a1e7230fb7b..68b0eb6774e4 100644 --- a/app-office/scribus/scribus-1.3.6.ebuild +++ b/app-office/scribus/scribus-1.3.6.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/scribus/scribus-1.3.6.ebuild,v 1.2 2010/04/30 22:53:15 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/scribus/scribus-1.3.6.ebuild,v 1.3 2010/05/03 21:48:15 ssuominen Exp $ EAPI=2 - PYTHON_DEPEND="2:2.6" inherit cmake-utils fdo-mime multilib python @@ -15,13 +14,13 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="cairo debug +pdf spell" +IUSE="cairo debug +minimal +pdf spell" COMMON_DEPEND="dev-libs/hyphen dev-libs/libxml2 media-libs/fontconfig >=media-libs/freetype-2 - media-libs/jpeg:0 + >=media-libs/jpeg-8a media-libs/lcms media-libs/libpng media-libs/tiff @@ -36,7 +35,10 @@ RDEPEND="${COMMON_DEPEND} DEPEND="${COMMON_DEPEND} dev-libs/boost" -PATCHES=( "${FILESDIR}/${PN}-1.3.5.1-system-hyphen.patch" "${FILESDIR}/${PN}-1.3.6-podofo-0.8.0.patch" ) +PATCHES=( + "${FILESDIR}/${PN}-1.3.5.1-system-hyphen.patch" + "${FILESDIR}/${PN}-1.3.6-podofo-0.8.0.patch" + ) DOCS="AUTHORS ChangeLog* LINKS NEWS README TODO TRANSLATION" @@ -55,6 +57,7 @@ src_configure() { $(cmake-utils_use_has spell ASPELL) $(cmake-utils_use_has pdf PODOFO) $(cmake-utils_use_want cairo) + $(cmake-utils_use_want minimal NOHEADERINSTALL) ) cmake-utils_src_configure |