dilfridge    15/07/19 15:34:37

  Modified:             ChangeLog
  Added:                album-4.13.ebuild
  Log:
  Version bump, EAPI=5, allow graphicsmagic; bug 466884 and bug 314263
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  Changes    Path
1.42                 media-gfx/album/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/album/ChangeLog?rev=1.42&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/album/ChangeLog?rev=1.42&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/album/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/album/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   23 May 2015 01:11:43 -0000      1.41
+++ ChangeLog   19 Jul 2015 15:34:37 -0000      1.42
@@ -1,6 +1,11 @@
 # ChangeLog for media-gfx/album
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/album/ChangeLog,v 1.41 2015/05/23 
01:11:43 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/album/ChangeLog,v 1.42 2015/07/19 
15:34:37 dilfridge Exp $
+
+*album-4.13 (19 Jul 2015)
+
+  19 Jul 2015; Andreas K. Huettel <[email protected]> +album-4.13.ebuild:
+  Version bump, EAPI=5, allow graphicsmagic; bug 466884 and bug 314263
 
   23 May 2015; Manuel RĂ¼ger <[email protected]> -album-4.02.ebuild,
   -album-4.06.ebuild:



1.1                  media-gfx/album/album-4.13.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/album/album-4.13.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/album/album-4.13.ebuild?rev=1.1&content-type=text/plain

Index: album-4.13.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/album/album-4.13.ebuild,v 1.1 
2015/07/19 15:34:37 dilfridge Exp $

EAPI=5

DESCRIPTION="HTML photo album generator"
HOMEPAGE="http://MarginalHacks.com/Hacks/album/";
SRC_URI="http://marginalhacks.com/bin/album.versions/${P}.tar.gz
        http://marginalhacks.com/bin/album.versions/data-4.05.tar.gz";

LICENSE="marginalhacks"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="doc ffmpeg plugins themes"

DEPEND=""
RDEPEND="dev-lang/perl
        || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )
        media-gfx/jhead
        ffmpeg? ( virtual/ffmpeg )"

src_install() {
        dobin album
        doman album.1
        dodoc License.txt CHANGELOG
        use doc && dohtml -r Docs/*

        dodir /usr/share/album
        insinto /usr/share/album
        cd ..
        doins -r lang
        use themes && doins -r Themes
        use plugins && doins -r plugins
}

pkg_postinst() {
        elog "For some optional tools please browse:"
        elog "http://MarginalHacks.com/Hacks/album/tools/";
}




Reply via email to