Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/album: metadata.xml ChangeLog album-4.06.ebuild
Date: Sat, 05 Sep 2009 14:31:06
Message-Id: E1MjwIC-0005dI-5A@stork.gentoo.org
1 maekke 09/09/05 14:31:04
2
3 Modified: metadata.xml ChangeLog
4 Added: album-4.06.ebuild
5 Log:
6 version bump by Andreas K. Huettel in bug #276838
7 (Portage version: 2.2_rc40/cvs/Linux i686)
8
9 Revision Changes Path
10 1.3 media-gfx/album/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/album/metadata.xml?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/album/metadata.xml?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/album/metadata.xml?r1=1.2&r2=1.3
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/album/metadata.xml,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- metadata.xml 3 Jun 2005 16:15:08 -0000 1.2
23 +++ metadata.xml 5 Sep 2009 14:31:03 -0000 1.3
24 @@ -5,4 +5,8 @@
25 <maintainer>
26 <email>graphics@g.o</email>
27 </maintainer>
28 +<use>
29 + <flag name="plugins">Install optional plugins</flag>
30 + <flag name="themes">Install optional themes</flag>
31 +</use>
32 </pkgmetadata>
33
34
35
36 1.34 media-gfx/album/ChangeLog
37
38 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/album/ChangeLog?rev=1.34&view=markup
39 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/album/ChangeLog?rev=1.34&content-type=text/plain
40 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/album/ChangeLog?r1=1.33&r2=1.34
41
42 Index: ChangeLog
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/media-gfx/album/ChangeLog,v
45 retrieving revision 1.33
46 retrieving revision 1.34
47 diff -u -r1.33 -r1.34
48 --- ChangeLog 29 Jun 2007 21:59:06 -0000 1.33
49 +++ ChangeLog 5 Sep 2009 14:31:03 -0000 1.34
50 @@ -1,6 +1,12 @@
51 # ChangeLog for media-gfx/album
52 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
53 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/album/ChangeLog,v 1.33 2007/06/29 21:59:06 pylon Exp $
54 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
55 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/album/ChangeLog,v 1.34 2009/09/05 14:31:03 maekke Exp $
56 +
57 +*album-4.06 (05 Sep 2009)
58 +
59 + 05 Sep 2009; Markus Meier <maekke@g.o> +album-4.06.ebuild,
60 + metadata.xml:
61 + version bump by Andreas K. Huettel in bug #276838
62
63 29 Jun 2007; Lars Weiler <pylon@g.o> album-4.02.ebuild:
64 Stable on ppc; bug #183549.
65
66
67
68 1.1 media-gfx/album/album-4.06.ebuild
69
70 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/album/album-4.06.ebuild?rev=1.1&view=markup
71 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/album/album-4.06.ebuild?rev=1.1&content-type=text/plain
72
73 Index: album-4.06.ebuild
74 ===================================================================
75 # Copyright 1999-2009 Gentoo Foundation
76 # Distributed under the terms of the GNU General Public License v2
77 # $Header: /var/cvsroot/gentoo-x86/media-gfx/album/album-4.06.ebuild,v 1.1 2009/09/05 14:31:03 maekke Exp $
78
79 DATA_URI="http://marginalhacks.com/bin/album.versions/data-4.05.tar.gz"
80 DESCRIPTION="HTML photo album generator"
81 HOMEPAGE="http://MarginalHacks.com/Hacks/album/"
82 SRC_URI="http://marginalhacks.com/bin/album.versions/${P}.tar.gz
83 themes? ( ${DATA_URI} )
84 plugins? ( ${DATA_URI} )"
85
86 LICENSE="marginalhacks"
87 SLOT="0"
88 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
89 IUSE="doc ffmpeg plugins themes"
90
91 DEPEND="virtual/libc"
92 RDEPEND="dev-lang/perl
93 media-gfx/imagemagick
94 media-gfx/jhead
95 ffmpeg? ( media-video/ffmpeg )"
96
97 src_install() {
98 dobin album
99 doman album.1
100 dodoc License.txt
101 use doc && dohtml -r Docs/*
102
103 dodir /usr/share/album
104 insinto /usr/share/album
105 cd ..
106 doins -r lang
107 use themes && doins -r Themes
108 use plugins && doins -r plugins
109 }
110
111 pkg_postinst() {
112 elog "For some optional tools please browse:"
113 elog "http://MarginalHacks.com/Hacks/album/tools/"
114 }