* [gentoo-commits] gentoo-x86 commit in media-gfx/evoluspencil: evoluspencil-2.0.4.ebuild ChangeLog
@ 2013-06-13 11:13 Michael Palimaka (kensington)
0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka (kensington) @ 2013-06-13 11:13 UTC (permalink / raw
To: gentoo-commits
kensington 13/06/13 11:13:23
Modified: ChangeLog
Added: evoluspencil-2.0.4.ebuild
Log:
Version bump. Add patch to fix exporting to PNG (bug #468888). Add custom launcher to support firefox-bin (bug #468142).
(Portage version: 2.1.12.4/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Revision Changes Path
1.3 media-gfx/evoluspencil/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/evoluspencil/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/evoluspencil/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/evoluspencil/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/evoluspencil/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 3 Feb 2013 02:51:03 -0000 1.2
+++ ChangeLog 13 Jun 2013 11:13:23 -0000 1.3
@@ -1,6 +1,14 @@
# ChangeLog for media-gfx/evoluspencil
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/evoluspencil/ChangeLog,v 1.2 2013/02/03 02:51:03 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/evoluspencil/ChangeLog,v 1.3 2013/06/13 11:13:23 kensington Exp $
+
+*evoluspencil-2.0.4 (13 Jun 2013)
+
+ 13 Jun 2013; Michael Palimaka <kensington@gentoo.org>
+ +evoluspencil-2.0.4.ebuild, +files/evoluspencil-2.0.4-exportpng.patch,
+ +files/launcher:
+ Version bump. Add patch to fix exporting to PNG (bug #468888). Add custom
+ launcher to support firefox-bin (bug #468142).
03 Feb 2013; Jeff Horelick <jdhore@gentoo.org> evoluspencil-2.0.3.ebuild:
Marked ~x86 wrt bug #454494
1.1 media-gfx/evoluspencil/evoluspencil-2.0.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/evoluspencil/evoluspencil-2.0.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/evoluspencil/evoluspencil-2.0.4.ebuild?rev=1.1&content-type=text/plain
Index: evoluspencil-2.0.4.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/evoluspencil/evoluspencil-2.0.4.ebuild,v 1.1 2013/06/13 11:13:23 kensington Exp $
EAPI=5
MY_P="pencil-${PV}"
inherit eutils fdo-mime
DESCRIPTION="A simple GUI prototyping tool to create mockups."
HOMEPAGE="http://pencil.evolus.vn/"
SRC_URI="http://${PN}.googlecode.com/files/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="|| ( www-client/firefox www-client/firefox-bin )"
S=${WORKDIR}/${MY_P}
src_prepare() {
epatch "${FILESDIR}"/${P}-exportpng.patch
# avoid file collisions with media-gfx/pencil
mv usr/bin/{pencil,${PN}} || die
mv usr/share/{pencil,${PN}} || die
mv usr/share/applications/{pencil,${PN}}.desktop || die
sed -e "s/pencil/${PN}/" -i usr/bin/${PN} \
-i usr/share/applications/${PN}.desktop || die
}
src_install() {
doins -r usr
newbin "${FILESDIR}"/launcher ${PN}
}
pkg_postinst() {
fdo-mime_desktop_database_update
}
pkg_postrm() {
fdo-mime_desktop_database_update
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/evoluspencil: evoluspencil-2.0.4.ebuild ChangeLog
@ 2013-08-23 13:09 Agostino Sarubbo (ago)
0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-23 13:09 UTC (permalink / raw
To: gentoo-commits
ago 13/08/23 13:09:18
Modified: evoluspencil-2.0.4.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #481968
(Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.2 media-gfx/evoluspencil/evoluspencil-2.0.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/evoluspencil/evoluspencil-2.0.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/evoluspencil/evoluspencil-2.0.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/evoluspencil/evoluspencil-2.0.4.ebuild?r1=1.1&r2=1.2
Index: evoluspencil-2.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/evoluspencil/evoluspencil-2.0.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- evoluspencil-2.0.4.ebuild 13 Jun 2013 11:13:23 -0000 1.1
+++ evoluspencil-2.0.4.ebuild 23 Aug 2013 13:09:18 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/evoluspencil/evoluspencil-2.0.4.ebuild,v 1.1 2013/06/13 11:13:23 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/evoluspencil/evoluspencil-2.0.4.ebuild,v 1.2 2013/08/23 13:09:18 ago Exp $
EAPI=5
MY_P="pencil-${PV}"
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
RDEPEND="|| ( www-client/firefox www-client/firefox-bin )"
1.4 media-gfx/evoluspencil/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/evoluspencil/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/evoluspencil/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/evoluspencil/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/evoluspencil/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 13 Jun 2013 11:13:23 -0000 1.3
+++ ChangeLog 23 Aug 2013 13:09:18 -0000 1.4
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/evoluspencil
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/evoluspencil/ChangeLog,v 1.3 2013/06/13 11:13:23 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/evoluspencil/ChangeLog,v 1.4 2013/08/23 13:09:18 ago Exp $
+
+ 23 Aug 2013; Agostino Sarubbo <ago@gentoo.org> evoluspencil-2.0.4.ebuild:
+ Stable for amd64, wrt bug #481968
*evoluspencil-2.0.4 (13 Jun 2013)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/evoluspencil: evoluspencil-2.0.4.ebuild ChangeLog
@ 2013-08-28 11:15 Agostino Sarubbo (ago)
0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-28 11:15 UTC (permalink / raw
To: gentoo-commits
ago 13/08/28 11:15:43
Modified: evoluspencil-2.0.4.ebuild ChangeLog
Log:
Stable for x86, wrt bug #481968
(Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 media-gfx/evoluspencil/evoluspencil-2.0.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/evoluspencil/evoluspencil-2.0.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/evoluspencil/evoluspencil-2.0.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/evoluspencil/evoluspencil-2.0.4.ebuild?r1=1.2&r2=1.3
Index: evoluspencil-2.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/evoluspencil/evoluspencil-2.0.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- evoluspencil-2.0.4.ebuild 23 Aug 2013 13:09:18 -0000 1.2
+++ evoluspencil-2.0.4.ebuild 28 Aug 2013 11:15:43 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/evoluspencil/evoluspencil-2.0.4.ebuild,v 1.2 2013/08/23 13:09:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/evoluspencil/evoluspencil-2.0.4.ebuild,v 1.3 2013/08/28 11:15:43 ago Exp $
EAPI=5
MY_P="pencil-${PV}"
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="|| ( www-client/firefox www-client/firefox-bin )"
1.5 media-gfx/evoluspencil/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/evoluspencil/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/evoluspencil/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/evoluspencil/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/evoluspencil/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 23 Aug 2013 13:09:18 -0000 1.4
+++ ChangeLog 28 Aug 2013 11:15:43 -0000 1.5
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/evoluspencil
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/evoluspencil/ChangeLog,v 1.4 2013/08/23 13:09:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/evoluspencil/ChangeLog,v 1.5 2013/08/28 11:15:43 ago Exp $
+
+ 28 Aug 2013; Agostino Sarubbo <ago@gentoo.org> evoluspencil-2.0.4.ebuild:
+ Stable for x86, wrt bug #481968
23 Aug 2013; Agostino Sarubbo <ago@gentoo.org> evoluspencil-2.0.4.ebuild:
Stable for amd64, wrt bug #481968
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-08-28 11:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-13 11:13 [gentoo-commits] gentoo-x86 commit in media-gfx/evoluspencil: evoluspencil-2.0.4.ebuild ChangeLog Michael Palimaka (kensington)
-- strict thread matches above, loose matches on Subject: below --
2013-08-23 13:09 Agostino Sarubbo (ago)
2013-08-28 11:15 Agostino Sarubbo (ago)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox