diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2012-12-09 09:31:47 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2012-12-09 09:31:47 +0000 |
commit | 1bc28fe394df2effa8b35dc8fa74477cf87f1b09 (patch) | |
tree | 4db3060eee0b8b1667f44c3e2841971590c81fa7 /media-libs/cimg | |
parent | Initial commit. Moved from qt overlay. Bug #231729 (diff) | |
download | gentoo-2-1bc28fe394df2effa8b35dc8fa74477cf87f1b09.tar.gz gentoo-2-1bc28fe394df2effa8b35dc8fa74477cf87f1b09.tar.bz2 gentoo-2-1bc28fe394df2effa8b35dc8fa74477cf87f1b09.zip |
Initial commit. Moved from qt overlay. Bug #231729
(Portage version: 2.1.11.33/cvs/Linux x86_64, signed Manifest commit with key B4AFF2C2)
Diffstat (limited to 'media-libs/cimg')
-rw-r--r-- | media-libs/cimg/ChangeLog | 9 | ||||
-rw-r--r-- | media-libs/cimg/cimg-1.5.2.ebuild | 25 | ||||
-rw-r--r-- | media-libs/cimg/metadata.xml | 9 |
3 files changed, 43 insertions, 0 deletions
diff --git a/media-libs/cimg/ChangeLog b/media-libs/cimg/ChangeLog new file mode 100644 index 000000000000..d460a924ea51 --- /dev/null +++ b/media-libs/cimg/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for media-libs/cimg +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/cimg/ChangeLog,v 1.1 2012/12/09 09:31:47 hwoarang Exp $ + +*cimg-1.5.2 (09 Dec 2012) + + 09 Dec 2012; Markos Chandras <hwoarang@gentoo.org> +cimg-1.5.2.ebuild, + +metadata.xml: + Initial commit. Moved from qt overlay. Bug #231729 diff --git a/media-libs/cimg/cimg-1.5.2.ebuild b/media-libs/cimg/cimg-1.5.2.ebuild new file mode 100644 index 000000000000..2a5a208d75e7 --- /dev/null +++ b/media-libs/cimg/cimg-1.5.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/cimg/cimg-1.5.2.ebuild,v 1.1 2012/12/09 09:31:47 hwoarang Exp $ + +EAPI=5 +MY_P="CImg-${PV}" + +DESCRIPTION="C++ template image processing toolkit" +HOMEPAGE="http://cimg.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip" + +LICENSE="CeCILL-2 CeCILL-C" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="app-arch/unzip" + +S=${WORKDIR}/${MY_P} + +src_install() { + dodoc README.txt + insinto /usr/include + doins CImg.h +} diff --git a/media-libs/cimg/metadata.xml b/media-libs/cimg/metadata.xml new file mode 100644 index 000000000000..fe1493dba75c --- /dev/null +++ b/media-libs/cimg/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>qt</herd> + <upstream> + <remote-id type="sourceforge">cimg</remote-id> + <bugs-to>http://sourceforge.net/tracker/?group_id=96492</bugs-to> + </upstream> +</pkgmetadata> |