Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/album: album-4.07.ebuild ChangeLog album-4.02.ebuild album-4.06.ebuild
Date: Sun, 03 Apr 2011 21:36:35
Message-Id: 20110403213624.D153820054@flycatcher.gentoo.org
1 scarabeus 11/04/03 21:36:24
2
3 Modified: ChangeLog album-4.02.ebuild album-4.06.ebuild
4 Added: album-4.07.ebuild
5 Log:
6 Move from media-video/ffmpeg to virtual/ffmpeg. Bump to latest.
7
8 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.36 media-gfx/album/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/album/ChangeLog?rev=1.36&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/album/ChangeLog?rev=1.36&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/album/ChangeLog?r1=1.35&r2=1.36
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/album/ChangeLog,v
20 retrieving revision 1.35
21 retrieving revision 1.36
22 diff -u -r1.35 -r1.36
23 --- ChangeLog 29 Dec 2009 15:13:13 -0000 1.35
24 +++ ChangeLog 3 Apr 2011 21:36:24 -0000 1.36
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-gfx/album
27 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/album/ChangeLog,v 1.35 2009/12/29 15:13:13 maekke Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/album/ChangeLog,v 1.36 2011/04/03 21:36:24 scarabeus Exp $
31 +
32 +*album-4.07 (03 Apr 2011)
33 +
34 + 03 Apr 2011; Tomáš Chvátal <scarabeus@g.o> album-4.02.ebuild,
35 + album-4.06.ebuild, +album-4.07.ebuild:
36 + Move from media-video/ffmpeg to virtual/ffmpeg. Bump to latest.
37
38 29 Dec 2009; Markus Meier <maekke@g.o> album-4.06.ebuild:
39 make sure that all installed files are in ${S}, reported by flameeyes in
40
41
42
43 1.9 media-gfx/album/album-4.02.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/album/album-4.02.ebuild?rev=1.9&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/album/album-4.02.ebuild?rev=1.9&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/album/album-4.02.ebuild?r1=1.8&r2=1.9
48
49 Index: album-4.02.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/media-gfx/album/album-4.02.ebuild,v
52 retrieving revision 1.8
53 retrieving revision 1.9
54 diff -u -r1.8 -r1.9
55 --- album-4.02.ebuild 23 Sep 2009 15:10:06 -0000 1.8
56 +++ album-4.02.ebuild 3 Apr 2011 21:36:24 -0000 1.9
57 @@ -1,6 +1,6 @@
58 -# Copyright 1999-2009 Gentoo Foundation
59 +# Copyright 1999-2011 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/album/album-4.02.ebuild,v 1.8 2009/09/23 15:10:06 ssuominen Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/album/album-4.02.ebuild,v 1.9 2011/04/03 21:36:24 scarabeus Exp $
63
64 DESCRIPTION="HTML photo album generator"
65 HOMEPAGE="http://MarginalHacks.com/Hacks/album/"
66 @@ -15,7 +15,7 @@
67 RDEPEND="dev-lang/perl
68 media-gfx/imagemagick
69 media-gfx/jhead
70 - ffmpeg? ( media-video/ffmpeg )"
71 + ffmpeg? ( virtual/ffmpeg )"
72
73 src_install() {
74 dobin album
75
76
77
78 1.4 media-gfx/album/album-4.06.ebuild
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/album/album-4.06.ebuild?rev=1.4&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/album/album-4.06.ebuild?rev=1.4&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/album/album-4.06.ebuild?r1=1.3&r2=1.4
83
84 Index: album-4.06.ebuild
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/media-gfx/album/album-4.06.ebuild,v
87 retrieving revision 1.3
88 retrieving revision 1.4
89 diff -u -r1.3 -r1.4
90 --- album-4.06.ebuild 29 Dec 2009 15:13:13 -0000 1.3
91 +++ album-4.06.ebuild 3 Apr 2011 21:36:24 -0000 1.4
92 @@ -1,6 +1,6 @@
93 -# Copyright 1999-2009 Gentoo Foundation
94 +# Copyright 1999-2011 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/album/album-4.06.ebuild,v 1.3 2009/12/29 15:13:13 maekke Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/album/album-4.06.ebuild,v 1.4 2011/04/03 21:36:24 scarabeus Exp $
98
99 DESCRIPTION="HTML photo album generator"
100 HOMEPAGE="http://MarginalHacks.com/Hacks/album/"
101 @@ -16,7 +16,7 @@
102 RDEPEND="dev-lang/perl
103 media-gfx/imagemagick
104 media-gfx/jhead
105 - ffmpeg? ( media-video/ffmpeg )"
106 + ffmpeg? ( virtual/ffmpeg )"
107
108 src_install() {
109 dobin album
110
111
112
113 1.1 media-gfx/album/album-4.07.ebuild
114
115 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/album/album-4.07.ebuild?rev=1.1&view=markup
116 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/album/album-4.07.ebuild?rev=1.1&content-type=text/plain
117
118 Index: album-4.07.ebuild
119 ===================================================================
120 # Copyright 1999-2011 Gentoo Foundation
121 # Distributed under the terms of the GNU General Public License v2
122 # $Header: /var/cvsroot/gentoo-x86/media-gfx/album/album-4.07.ebuild,v 1.1 2011/04/03 21:36:24 scarabeus Exp $
123
124 EAPI=4
125
126 DESCRIPTION="HTML photo album generator"
127 HOMEPAGE="http://MarginalHacks.com/Hacks/album/"
128 SRC_URI="http://marginalhacks.com/bin/album.versions/${P}.tar.gz
129 http://marginalhacks.com/bin/album.versions/data-4.05.tar.gz"
130
131 LICENSE="marginalhacks"
132 SLOT="0"
133 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
134 IUSE="doc ffmpeg plugins themes"
135
136 DEPEND=""
137 RDEPEND="dev-lang/perl
138 media-gfx/imagemagick
139 media-gfx/jhead
140 ffmpeg? ( virtual/ffmpeg )"
141
142 src_install() {
143 dobin album
144 doman album.1
145 dodoc License.txt CHANGELOG
146 use doc && dohtml -r Docs/*
147
148 dodir /usr/share/album
149 insinto /usr/share/album
150 cd ..
151 doins -r lang
152 use themes && doins -r Themes
153 use plugins && doins -r plugins
154 }
155
156 pkg_postinst() {
157 elog "For some optional tools please browse:"
158 elog "http://MarginalHacks.com/Hacks/album/tools/"
159 }