diff options
author | 2012-08-25 20:31:55 +0000 | |
---|---|---|
committer | 2012-08-25 20:31:55 +0000 | |
commit | 61eed4f771bbadfa7518b29870aa142635c73076 (patch) | |
tree | 905c66d346a5c2c74c0b3f1a0b9b06d29bbd47c1 /media-gfx | |
parent | Actually bump to EAPI 4 this time. (diff) | |
download | gentoo-2-61eed4f771bbadfa7518b29870aa142635c73076.tar.gz gentoo-2-61eed4f771bbadfa7518b29870aa142635c73076.tar.bz2 gentoo-2-61eed4f771bbadfa7518b29870aa142635c73076.zip |
Revision bump, update to EAPI 4 and fix repoman warning
(Portage version: 2.2.0_alpha122/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/kuickshow/ChangeLog | 10 | ||||
-rw-r--r-- | media-gfx/kuickshow/kuickshow-0.9.1-r1.ebuild | 31 |
2 files changed, 38 insertions, 3 deletions
diff --git a/media-gfx/kuickshow/ChangeLog b/media-gfx/kuickshow/ChangeLog index 8d7d82d0a128..3e271e8afba3 100644 --- a/media-gfx/kuickshow/ChangeLog +++ b/media-gfx/kuickshow/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-gfx/kuickshow -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/kuickshow/ChangeLog,v 1.8 2011/03/06 13:33:09 fauli Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/kuickshow/ChangeLog,v 1.9 2012/08/25 20:31:55 creffett Exp $ + +*kuickshow-0.9.1-r1 (25 Aug 2012) + + 25 Aug 2012; Chris Reffett <creffett@gentoo.org> +kuickshow-0.9.1-r1.ebuild: + Revision bump, update to EAPI 4 and fix repoman warning 06 Mar 2011; Christian Faulhammer <fauli@gentoo.org> kuickshow-0.9.1.ebuild: @@ -24,4 +29,3 @@ 09 Nov 2009; Alex Alexander <wired@gentoo.org> +kuickshow-0.9.1_p20091105.ebuild, +metadata.xml: new ebuild - diff --git a/media-gfx/kuickshow/kuickshow-0.9.1-r1.ebuild b/media-gfx/kuickshow/kuickshow-0.9.1-r1.ebuild new file mode 100644 index 000000000000..de8140bc7c56 --- /dev/null +++ b/media-gfx/kuickshow/kuickshow-0.9.1-r1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/kuickshow/kuickshow-0.9.1-r1.ebuild,v 1.1 2012/08/25 20:31:54 creffett Exp $ + +EAPI=4 + +KDE_LINGUAS="af ar be bg bn br ca ca@valencia cs cy da de el en_GB eo es et eu +fa fi fr ga gl he hi hne hr hu is it ja km lt lv mai mk ms nb nds ne nl nn oc pa +pl pt pt_BR ro ru se sk sl sv ta tg th tr uk uz uz@cyrillic vi xh zh_CN zh_TW" +KDE_DOC_DIRS="doc doc-translations/%lingua_${PN}" +inherit kde4-base + +KDE_VERSION=4.4.0 +MY_P=${P}-kde${KDE_VERSION} + +DESCRIPTION="KDE4 program to view images" +HOMEPAGE="http://userbase.kde.org/KuickShow" +SRC_URI="mirror://kde/stable/${KDE_VERSION}/src/extragear/${MY_P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="4" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="debug +handbook" + +DEPEND="media-libs/imlib + !${CATEGORY}/${PN}:0" +RDEPEND="${DEPEND}" + +DOCS="AUTHORS BUGS ChangeLog README TODO" + +S=${WORKDIR}/${MY_P} |