diff options
author | Markus Meier <maekke@gentoo.org> | 2009-12-29 15:13:13 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-12-29 15:13:13 +0000 |
commit | 22070702cc9f7551e2655fe95dee01af24db6c0f (patch) | |
tree | ae672746f80e05554e7c78e3c82ce6a392516ac0 /media-gfx/album | |
parent | Change ruby dependency per bug #265054. (diff) | |
download | gentoo-2-22070702cc9f7551e2655fe95dee01af24db6c0f.tar.gz gentoo-2-22070702cc9f7551e2655fe95dee01af24db6c0f.tar.bz2 gentoo-2-22070702cc9f7551e2655fe95dee01af24db6c0f.zip |
make sure that all installed files are in ${S}, reported by flameeyes in bug #298332
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'media-gfx/album')
-rw-r--r-- | media-gfx/album/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/album/album-4.06.ebuild | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/media-gfx/album/ChangeLog b/media-gfx/album/ChangeLog index 42d842414aef..9c780a593be8 100644 --- a/media-gfx/album/ChangeLog +++ b/media-gfx/album/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/album # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/album/ChangeLog,v 1.34 2009/09/05 14:31:03 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/album/ChangeLog,v 1.35 2009/12/29 15:13:13 maekke Exp $ + + 29 Dec 2009; Markus Meier <maekke@gentoo.org> album-4.06.ebuild: + make sure that all installed files are in ${S}, reported by flameeyes in + bug #298332 *album-4.06 (05 Sep 2009) diff --git a/media-gfx/album/album-4.06.ebuild b/media-gfx/album/album-4.06.ebuild index 9f9293676f06..8287914107b4 100644 --- a/media-gfx/album/album-4.06.ebuild +++ b/media-gfx/album/album-4.06.ebuild @@ -1,13 +1,11 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/album/album-4.06.ebuild,v 1.2 2009/09/23 15:10:06 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/album/album-4.06.ebuild,v 1.3 2009/12/29 15:13:13 maekke Exp $ -DATA_URI="http://marginalhacks.com/bin/album.versions/data-4.05.tar.gz" DESCRIPTION="HTML photo album generator" HOMEPAGE="http://MarginalHacks.com/Hacks/album/" SRC_URI="http://marginalhacks.com/bin/album.versions/${P}.tar.gz - themes? ( ${DATA_URI} ) - plugins? ( ${DATA_URI} )" + http://marginalhacks.com/bin/album.versions/data-4.05.tar.gz" LICENSE="marginalhacks" SLOT="0" @@ -23,7 +21,7 @@ RDEPEND="dev-lang/perl src_install() { dobin album doman album.1 - dodoc License.txt + dodoc License.txt CHANGELOG use doc && dohtml -r Docs/* dodir /usr/share/album |