diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-11-10 21:06:25 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-11-10 21:06:25 +0000 |
commit | 96f80d49ab5df8a40973f1883e9aa2d6a56aab72 (patch) | |
tree | 2088d32e9ddd61cd5e085f531b84a4dacf9c4a18 /media-gfx | |
parent | Re-added ~alpha to gnutls-2.10.2-r1 as they have in fact keyworded app-misc/d... (diff) | |
download | gentoo-2-96f80d49ab5df8a40973f1883e9aa2d6a56aab72.tar.gz gentoo-2-96f80d49ab5df8a40973f1883e9aa2d6a56aab72.tar.bz2 gentoo-2-96f80d49ab5df8a40973f1883e9aa2d6a56aab72.zip |
Initial import, bug #194137. Ebuild imported from sunrise, where it was maintained by Piotr Szymaniak <lazy_bum@o2.pl> and jlec.
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/gimp-lqr-plugin/ChangeLog | 11 | ||||
-rw-r--r-- | media-gfx/gimp-lqr-plugin/gimp-lqr-plugin-0.7.1.ebuild | 22 | ||||
-rw-r--r-- | media-gfx/gimp-lqr-plugin/metadata.xml | 9 |
3 files changed, 42 insertions, 0 deletions
diff --git a/media-gfx/gimp-lqr-plugin/ChangeLog b/media-gfx/gimp-lqr-plugin/ChangeLog new file mode 100644 index 000000000000..b313619fbc2c --- /dev/null +++ b/media-gfx/gimp-lqr-plugin/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for media-gfx/gimp-lqr-plugin +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-lqr-plugin/ChangeLog,v 1.1 2010/11/10 21:06:25 phajdan.jr Exp $ + +*gimp-lqr-plugin-0.7.1 (10 Nov 2010) + + 10 Nov 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> + +gimp-lqr-plugin-0.7.1.ebuild, +metadata.xml: + Initial import, bug #194137. Ebuild imported from sunrise, where it was + maintained by Piotr Szymaniak <lazy_bum@o2.pl> and jlec. + diff --git a/media-gfx/gimp-lqr-plugin/gimp-lqr-plugin-0.7.1.ebuild b/media-gfx/gimp-lqr-plugin/gimp-lqr-plugin-0.7.1.ebuild new file mode 100644 index 000000000000..afc675c19748 --- /dev/null +++ b/media-gfx/gimp-lqr-plugin/gimp-lqr-plugin-0.7.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-lqr-plugin/gimp-lqr-plugin-0.7.1.ebuild,v 1.1 2010/11/10 21:06:25 phajdan.jr Exp $ + +DESCRIPTION="Content-aware resizing for the GIMP" +HOMEPAGE="http://liquidrescale.wikidot.com/" +SRC_URI="http://liquidrescale.wikidot.com/local--files/en:download-page-sources/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="media-gfx/gimp + media-libs/liblqr" +DEPEND="${RDEPEND}" + +src_install() { + emake DESTDIR="${D}" install || die + + dodoc AUTHORS BUGS ChangeLog NEWS README TODO || die +} diff --git a/media-gfx/gimp-lqr-plugin/metadata.xml b/media-gfx/gimp-lqr-plugin/metadata.xml new file mode 100644 index 000000000000..9ca372f9b46f --- /dev/null +++ b/media-gfx/gimp-lqr-plugin/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>no-herd</herd> + <maintainer> + <email>phajdan.jr@gentoo.org</email> + <name>Pawel Hajdan jr</name> + </maintainer> +</pkgmetadata> |