diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /media-gfx/llgal | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'media-gfx/llgal')
-rw-r--r-- | media-gfx/llgal/Manifest | 1 | ||||
-rw-r--r-- | media-gfx/llgal/llgal-0.13.17-r1.ebuild | 41 | ||||
-rw-r--r-- | media-gfx/llgal/metadata.xml | 9 |
3 files changed, 51 insertions, 0 deletions
diff --git a/media-gfx/llgal/Manifest b/media-gfx/llgal/Manifest new file mode 100644 index 000000000000..ce4a99a9a53d --- /dev/null +++ b/media-gfx/llgal/Manifest @@ -0,0 +1 @@ +DIST llgal-0.13.17.tar.bz2 81365 SHA256 86c8a35ec3387ecfb69d3695611f384ce6cf4189ded02668c59c9e35e00390ce SHA512 2b100053a804985e7f59674e6a0886bffe5231cf3735a8dbbf7c8db56285a5a4ca88880299aac25d5cecb6a4f0cc024dc87fdf084eb281f7cb578f0d7cba5293 WHIRLPOOL 216b7dc933f72a0419579b71884f5e9e7084e0f5e1427d5d66b432adad108eb648c0d4a61c62d8ab5dbba0aa7ca0b3b4b3df4814f99aaec0271276c32b62f109 diff --git a/media-gfx/llgal/llgal-0.13.17-r1.ebuild b/media-gfx/llgal/llgal-0.13.17-r1.ebuild new file mode 100644 index 000000000000..a36320d7a6c5 --- /dev/null +++ b/media-gfx/llgal/llgal-0.13.17-r1.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +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 x86" +# Package warrants IUSE doc and possibly examples +IUSE="exif" + +LINS="de en it fr" +for i in ${LINS}; do + IUSE="${IUSE} linguas_${i}" +done + +RDEPEND="media-gfx/imagemagick + 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 + mv doc/llgalrc . || die +} + +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}/html/ + perl_delete_localpod + dodoc README llgalrc llgalrc.5 +} diff --git a/media-gfx/llgal/metadata.xml b/media-gfx/llgal/metadata.xml new file mode 100644 index 000000000000..83d1a5939755 --- /dev/null +++ b/media-gfx/llgal/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>graphics</herd> +<maintainer> + <email>aballier@gentoo.org</email> + <name>Alexis Ballier</name> +</maintainer> +</pkgmetadata> |