diff options
author | Marcelo Góes <vanquirius@gentoo.org> | 2006-12-02 17:50:37 +0000 |
---|---|---|
committer | Marcelo Góes <vanquirius@gentoo.org> | 2006-12-02 17:50:37 +0000 |
commit | 39532f730f4a5ce5fd0395f284e261673190b1f7 (patch) | |
tree | b0fb90eb262876e5caf0811190d7f74ce2720038 /media-gfx/album | |
parent | Enable java5 useflag by default as we only have Java 1.5 available for now. (diff) | |
download | gentoo-2-39532f730f4a5ce5fd0395f284e261673190b1f7.tar.gz gentoo-2-39532f730f4a5ce5fd0395f284e261673190b1f7.tar.bz2 gentoo-2-39532f730f4a5ce5fd0395f284e261673190b1f7.zip |
Mark 3.12 x86 stable, 3.13 version bump.
(Portage version: 2.1.1-r2)
Diffstat (limited to 'media-gfx/album')
-rw-r--r-- | media-gfx/album/ChangeLog | 8 | ||||
-rw-r--r-- | media-gfx/album/album-3.12.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/album/album-3.13.ebuild | 33 | ||||
-rw-r--r-- | media-gfx/album/files/digest-album-3.13 | 3 |
4 files changed, 45 insertions, 3 deletions
diff --git a/media-gfx/album/ChangeLog b/media-gfx/album/ChangeLog index 5a4ace596346..9a3feb9d1704 100644 --- a/media-gfx/album/ChangeLog +++ b/media-gfx/album/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-gfx/album # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/album/ChangeLog,v 1.21 2006/07/21 02:34:48 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/album/ChangeLog,v 1.22 2006/12/02 17:50:37 vanquirius Exp $ + +*album-3.13 (02 Dec 2006) + + 02 Dec 2006; Marcelo Goes <vanquirius@gentoo.org> album-3.12.ebuild, + +album-3.13.ebuild: + Mark 3.12 x86 stable, 3.13 version bump. *album-3.12 (21 Jul 2006) diff --git a/media-gfx/album/album-3.12.ebuild b/media-gfx/album/album-3.12.ebuild index 50b0119a41ad..39b559bdce7f 100644 --- a/media-gfx/album/album-3.12.ebuild +++ b/media-gfx/album/album-3.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/album/album-3.12.ebuild,v 1.1 2006/07/21 02:34:48 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/album/album-3.12.ebuild,v 1.2 2006/12/02 17:50:37 vanquirius Exp $ DESCRIPTION="HTML photo album generator" HOMEPAGE="http://MarginalHacks.com/Hacks/album/" @@ -8,7 +8,7 @@ SRC_URI="http://marginalhacks.com/bin/album.versions/${P}.tar.gz" LICENSE="marginalhacks" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 x86" IUSE="ffmpeg" DEPEND="virtual/libc" diff --git a/media-gfx/album/album-3.13.ebuild b/media-gfx/album/album-3.13.ebuild new file mode 100644 index 000000000000..a57f637d91f6 --- /dev/null +++ b/media-gfx/album/album-3.13.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/album/album-3.13.ebuild,v 1.1 2006/12/02 17:50:37 vanquirius Exp $ + +DESCRIPTION="HTML photo album generator" +HOMEPAGE="http://MarginalHacks.com/Hacks/album/" +SRC_URI="http://marginalhacks.com/bin/album.versions/${P}.tar.gz" + +LICENSE="marginalhacks" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86" +IUSE="ffmpeg" + +DEPEND="virtual/libc" +RDEPEND="dev-lang/perl + media-gfx/imagemagick + media-gfx/jhead + ffmpeg? ( media-video/ffmpeg )" + +src_install() { + dobin album + doman album.1 + dohtml Documentation.html + dodoc License.txt +} + +pkg_postinst() { + einfo "For some optional themes please browse:" + einfo "http://MarginalHacks.com/Hacks/album/Themes/" + einfo + einfo "For some optional tools please browse:" + einfo "http://MarginalHacks.com/Hacks/album/tools/" +} diff --git a/media-gfx/album/files/digest-album-3.13 b/media-gfx/album/files/digest-album-3.13 new file mode 100644 index 000000000000..df69d8fab5cd --- /dev/null +++ b/media-gfx/album/files/digest-album-3.13 @@ -0,0 +1,3 @@ +MD5 a02fdcf41b316ee22cabb66cc57e0d31 album-3.13.tar.gz 308379 +RMD160 7aae6d2b8adffd97f823107a2f6931898e51cbde album-3.13.tar.gz 308379 +SHA256 21a57111dc9e50284860f5ae395f711cb04042806b1838297a98dd1e1e6206f5 album-3.13.tar.gz 308379 |