diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-10-27 18:22:11 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-10-27 18:22:11 +0000 |
commit | 4fa7c1294e4f664cccfa61cd9dd792268f604418 (patch) | |
tree | a4f6a7fef096c52658ffff4a8659446aa1ceca30 /media-libs/ctl | |
parent | version bump, bug #197219 (diff) | |
download | gentoo-2-4fa7c1294e4f664cccfa61cd9dd792268f604418.tar.gz gentoo-2-4fa7c1294e4f664cccfa61cd9dd792268f604418.tar.bz2 gentoo-2-4fa7c1294e4f664cccfa61cd9dd792268f604418.zip |
version bump, bug #197219
(Portage version: 2.1.3.16)
Diffstat (limited to 'media-libs/ctl')
-rw-r--r-- | media-libs/ctl/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/ctl/ctl-1.4.1.ebuild | 27 | ||||
-rw-r--r-- | media-libs/ctl/files/digest-ctl-1.4.1 | 3 |
3 files changed, 36 insertions, 1 deletions
diff --git a/media-libs/ctl/ChangeLog b/media-libs/ctl/ChangeLog index 866f92c929d9..d6d116005af9 100644 --- a/media-libs/ctl/ChangeLog +++ b/media-libs/ctl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-libs/ctl # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ctl/ChangeLog,v 1.5 2007/10/09 16:55:31 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/ctl/ChangeLog,v 1.6 2007/10/27 18:22:10 aballier Exp $ + +*ctl-1.4.1 (27 Oct 2007) + + 27 Oct 2007; Alexis Ballier <aballier@gentoo.org> +ctl-1.4.1.ebuild: + version bump, bug #197219 09 Oct 2007; Raúl Porcel <armin76@gentoo.org> ctl-1.4.0.ebuild: Add ~sparc wrt #189798 diff --git a/media-libs/ctl/ctl-1.4.1.ebuild b/media-libs/ctl/ctl-1.4.1.ebuild new file mode 100644 index 000000000000..5d307df8cb9d --- /dev/null +++ b/media-libs/ctl/ctl-1.4.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/ctl/ctl-1.4.1.ebuild,v 1.1 2007/10/27 18:22:10 aballier Exp $ + +DESCRIPTION="AMPAS' Color Transformation Language" +HOMEPAGE="http://sourceforge.net/projects/ampasctl" +SRC_URI="mirror://sourceforge/ampasctl/${P}.tar.gz" + +LICENSE="AMPAS" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" +IUSE="doc" + +RDEPEND="media-libs/ilmbase" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_install() { + emake DESTDIR="${D}" install || die "install failed" + dodoc AUTHORS ChangeLog NEWS README + + if use doc ; then + insinto "/usr/share/doc/${PF}" + doins doc/*.pdf + fi + rm -frv "${D}usr/share/doc/CTL"* +} diff --git a/media-libs/ctl/files/digest-ctl-1.4.1 b/media-libs/ctl/files/digest-ctl-1.4.1 new file mode 100644 index 000000000000..1215ce9ab9d4 --- /dev/null +++ b/media-libs/ctl/files/digest-ctl-1.4.1 @@ -0,0 +1,3 @@ +MD5 11e215aea6c6380833ade3b576660638 ctl-1.4.1.tar.gz 996923 +RMD160 0069e2f132cc9261a65beaa2db4d952409f622b1 ctl-1.4.1.tar.gz 996923 +SHA256 b202d9552eeb81f3ded66a6786719f6e1138fa4e31c866799b1efad6ef7a9f9a ctl-1.4.1.tar.gz 996923 |