* [gentoo-commits] gentoo-x86 commit in media-plugins/gimp-gmic: ChangeLog gimp-gmic-1.5.0.9.ebuild
@ 2012-01-24 11:00 Tim Harder (radhermit)
0 siblings, 0 replies; 2+ messages in thread
From: Tim Harder (radhermit) @ 2012-01-24 11:00 UTC (permalink / raw
To: gentoo-commits
radhermit 12/01/24 11:00:50
Modified: ChangeLog
Added: gimp-gmic-1.5.0.9.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Revision Changes Path
1.8 media-plugins/gimp-gmic/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-gmic/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-gmic/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-gmic/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gimp-gmic/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 1 Jan 2012 01:19:35 -0000 1.7
+++ ChangeLog 24 Jan 2012 11:00:50 -0000 1.8
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/gimp-gmic
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-gmic/ChangeLog,v 1.7 2012/01/01 01:19:35 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-gmic/ChangeLog,v 1.8 2012/01/24 11:00:50 radhermit Exp $
+
+*gimp-gmic-1.5.0.9 (24 Jan 2012)
+
+ 24 Jan 2012; Tim Harder <radhermit@gentoo.org> +gimp-gmic-1.5.0.9.ebuild,
+ +files/gmic-1.5.0.9-makefile.patch:
+ Version bump.
01 Jan 2012; Tim Harder <radhermit@gentoo.org>
-files/gmic-1.5.0.4-makefile.patch, -gimp-gmic-1.5.0.6.ebuild:
1.1 media-plugins/gimp-gmic/gimp-gmic-1.5.0.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-gmic/gimp-gmic-1.5.0.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-gmic/gimp-gmic-1.5.0.9.ebuild?rev=1.1&content-type=text/plain
Index: gimp-gmic-1.5.0.9.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-gmic/gimp-gmic-1.5.0.9.ebuild,v 1.1 2012/01/24 11:00:50 radhermit Exp $
EAPI="4"
inherit eutils toolchain-funcs
DESCRIPTION="G'MIC GIMP plugin"
HOMEPAGE="http://gmic.sourceforge.net/gimp.shtml"
SRC_URI="mirror://sourceforge/gmic/gmic_${PV}.tar.gz"
LICENSE="CeCILL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=media-gfx/gimp-2.4.0
media-libs/libpng
sci-libs/fftw:3.0
sys-libs/zlib"
DEPEND="${RDEPEND}"
S="${WORKDIR}/gmic-${PV}/src"
src_prepare() {
epatch "${FILESDIR}"/gmic-${PV}-makefile.patch
}
src_compile() {
emake CC="$(tc-getCXX)" gimp
}
src_install() {
exeinto $(gimptool-2.0 --gimpplugindir)/plug-ins
doexe gmic_gimp
dodoc ../README
}
pkg_postinst() {
elog "The G'MIC plugin is accessible from the menu:"
elog "Filters -> G'MIC"
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/gimp-gmic: ChangeLog gimp-gmic-1.5.0.9.ebuild
@ 2012-05-30 6:10 Tim Harder (radhermit)
0 siblings, 0 replies; 2+ messages in thread
From: Tim Harder (radhermit) @ 2012-05-30 6:10 UTC (permalink / raw
To: gentoo-commits
radhermit 12/05/30 06:10:04
Modified: ChangeLog
Removed: gimp-gmic-1.5.0.9.ebuild
Log:
Remove old.
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Revision Changes Path
1.12 media-plugins/gimp-gmic/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-gmic/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-gmic/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-gmic/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gimp-gmic/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 30 May 2012 06:08:47 -0000 1.11
+++ ChangeLog 30 May 2012 06:10:04 -0000 1.12
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/gimp-gmic
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-gmic/ChangeLog,v 1.11 2012/05/30 06:08:47 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-gmic/ChangeLog,v 1.12 2012/05/30 06:10:04 radhermit Exp $
+
+ 30 May 2012; Tim Harder <radhermit@gentoo.org> -gimp-gmic-1.5.0.9.ebuild:
+ Remove old.
*gimp-gmic-1.5.1.4 (30 May 2012)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-30 6:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-30 6:10 [gentoo-commits] gentoo-x86 commit in media-plugins/gimp-gmic: ChangeLog gimp-gmic-1.5.0.9.ebuild Tim Harder (radhermit)
-- strict thread matches above, loose matches on Subject: below --
2012-01-24 11:00 Tim Harder (radhermit)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox