diff options
author | Michael Palimaka <kensington@gentoo.org> | 2013-03-05 17:06:28 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2013-03-05 17:06:28 +0000 |
commit | 083d58845d41b80bc5a2e419665f4957eab537d9 (patch) | |
tree | 1f95fa61a122b1245fdd80b39bbb330ef07af813 /app-doc | |
parent | Version bump. (diff) | |
download | gentoo-2-083d58845d41b80bc5a2e419665f4957eab537d9.tar.gz gentoo-2-083d58845d41b80bc5a2e419665f4957eab537d9.tar.bz2 gentoo-2-083d58845d41b80bc5a2e419665f4957eab537d9.zip |
Remove old.
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/gimp-help/ChangeLog | 6 | ||||
-rw-r--r-- | app-doc/gimp-help/gimp-help-2.6.0-r1.ebuild | 41 |
2 files changed, 5 insertions, 42 deletions
diff --git a/app-doc/gimp-help/ChangeLog b/app-doc/gimp-help/ChangeLog index 76f29d64dd6c..7b9fe9daf9f2 100644 --- a/app-doc/gimp-help/ChangeLog +++ b/app-doc/gimp-help/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-doc/gimp-help # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/gimp-help/ChangeLog,v 1.77 2013/03/05 16:04:43 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/gimp-help/ChangeLog,v 1.78 2013/03/05 17:06:28 kensington Exp $ + + 05 Mar 2013; Michael Palimaka <kensington@gentoo.org> + -gimp-help-2.6.0-r1.ebuild: + Remove old. 05 Mar 2013; Jeroen Roovers <jer@gentoo.org> gimp-help-2.6.1.ebuild: Stable for HPPA (bug #447812). diff --git a/app-doc/gimp-help/gimp-help-2.6.0-r1.ebuild b/app-doc/gimp-help/gimp-help-2.6.0-r1.ebuild deleted file mode 100644 index 5ac80af2260d..000000000000 --- a/app-doc/gimp-help/gimp-help-2.6.0-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/gimp-help/gimp-help-2.6.0-r1.ebuild,v 1.7 2010/03/15 19:54:57 ranger Exp $ - -inherit eutils - -DESCRIPTION="GNU Image Manipulation Program help files" -HOMEPAGE="http://docs.gimp.org/" - -LICENSE="FDL-1.2" -SLOT="2" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" - -IUSE="" - -# Only *not* outdated translations (see, configure.ac) are listed. -# On update do not forgive to check quickreference/Makefile.am for -# QUICKREFERENCE_ALL_LINGUAS. LANGS should include that langs too. -LANGS="de en es fr it ja ko nl nn pl ru sv zh_CN" - -for X in ${LANGS} ; do - IUSE="${IUSE} linguas_${X}" - SRC_URI="${SRC_URI} linguas_${X}? ( mirror://gimp/help/${P}-html-${X}.tar.bz2 )" - EMPTY_LINGUAS_SRC_URI="mirror://gimp/help/${P}-html-${X}.tar.bz2 ${EMPTY_LINGUAS_SRC_URI}" - EMPTY_LINGUAS_SET="!linguas_${X}? ( ${EMPTY_LINGUAS_SET} " - EMPTY_LINGUAS_BRAKETS="${EMPTY_LINGUAS_BRAKETS} )" -done -SRC_URI="${SRC_URI} ${EMPTY_LINGUAS_SET} ${EMPTY_LINGUAS_SRC_URI} ${EMPTY_LINGUAS_BRAKETS}" - -DEPEND="" -RDEPEND=">=media-gfx/gimp-2.4" - -S=${WORKDIR}/gimp-help-2/ - -src_compile() { :; } - -src_install() { - insinto /usr/share/gimp/2.0/help - doins -r html/* - dodoc AUTHORS HACKING MAINTAINERS README -} |