public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/llgal: llgal-0.13.16.ebuild ChangeLog
@ 2011-02-22 15:58 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2011-02-22 15:58 UTC (permalink / raw
  To: gentoo-commits

aballier    11/02/22 15:58:08

  Modified:             ChangeLog
  Added:                llgal-0.13.16.ebuild
  Log:
  version bump, by Massimo Burcheri <massimo.burcheri@gmx.de>, bug #355183
  
  (Portage version: 2.2.0_alpha24/cvs/Linux x86_64)

Revision  Changes    Path
1.28                 media-gfx/llgal/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/llgal/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	13 Oct 2009 17:14:02 -0000	1.27
+++ ChangeLog	22 Feb 2011 15:58:08 -0000	1.28
@@ -1,6 +1,11 @@
 # ChangeLog for media-gfx/llgal
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/llgal/ChangeLog,v 1.27 2009/10/13 17:14:02 aballier Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/llgal/ChangeLog,v 1.28 2011/02/22 15:58:08 aballier Exp $
+
+*llgal-0.13.16 (22 Feb 2011)
+
+  22 Feb 2011; Alexis Ballier <aballier@gentoo.org> +llgal-0.13.16.ebuild:
+  version bump, by Massimo Burcheri <massimo.burcheri@gmx.de>, bug #355183
 
   13 Oct 2009; Alexis Ballier <aballier@gentoo.org> -llgal-0.13.13.ebuild:
   remove old



1.1                  media-gfx/llgal/llgal-0.13.16.ebuild

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

Index: llgal-0.13.16.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/llgal/llgal-0.13.16.ebuild,v 1.1 2011/02/22 15:58:08 aballier Exp $

inherit perl-module

DESCRIPTION="Command-line static web gallery generator"
HOMEPAGE="http://home.gna.org/llgal"
SRC_URI="http://download.gna.org/llgal/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="exif"

LINS="de en it fr"
for i in ${LINS}; do
	IUSE="${IUSE} linguas_${i}"
done

RDEPEND="media-gfx/imagemagick
	 dev-lang/perl
	 dev-perl/ImageSize
	 dev-perl/URI
	 dev-perl/Locale-gettext
	 exif? ( media-libs/exiftool )"

src_compile() {
	emake PREFIX=/usr SYSCONFDIR=/etc MANDIR=/usr/share/man \
	PERL_INSTALLDIRS=vendor || die "Failed to compile"
}

src_install() {
	emake DESTDIR="${D}" LOCALES="${LINGUAS}" PREFIX=/usr SYSCONFDIR=/etc \
		PERL_INSTALLDIRS=vendor MANDIR=/usr/share/man \
		install install-doc install-man DOCDIR=/usr/share/doc/${PF}/ \
		|| die "Failed to install"
	fixlocalpod
	dodoc Changes
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-02-22 15:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-22 15:58 [gentoo-commits] gentoo-x86 commit in media-gfx/llgal: llgal-0.13.16.ebuild ChangeLog Alexis Ballier (aballier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox