From: "Ian Delaney" <idella4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/pinta/
Date: Sat, 12 Dec 2015 14:40:30 +0000 (UTC) [thread overview]
Message-ID: <1449931209.c8880e74e9a2cdb7326083c5aad4b9e11b6c3562.idella4@gentoo> (raw)
commit: c8880e74e9a2cdb7326083c5aad4b9e11b6c3562
Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 12 14:33:59 2015 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Sat Dec 12 14:40:09 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8880e74
media-gfx/pinta: add proxy maintainer (axelgenus), bump to 1.6
Substitute herd with proxy-maintainers project, ebuild by new maintainer
submitted via the gentoo bug and prepared with support via irc.
Ebuild sets dep upon <mono-4 (further preparation required for mono-4)
in a revbump
Gentoo bug: #559162
Package-Manager: portage-2.2.24
media-gfx/pinta/Manifest | 1 +
media-gfx/pinta/metadata.xml | 5 ++++-
media-gfx/pinta/pinta-1.6.ebuild | 48 ++++++++++++++++++++++++++++++++++++++++
3 files changed, 53 insertions(+), 1 deletion(-)
diff --git a/media-gfx/pinta/Manifest b/media-gfx/pinta/Manifest
index 6f0b8a9..e99f24f 100644
--- a/media-gfx/pinta/Manifest
+++ b/media-gfx/pinta/Manifest
@@ -1,2 +1,3 @@
DIST pinta-1.4.tar.gz 1230765 SHA256 fde40f78560aab5a891bf499396db099b86bbd365c1eb81df480b35b4d37d8bb SHA512 7a1abd62a10569aa572ab956a860d1813104e4cc35c800798d78085ff2c66f4bf0583f8270d279d1342959c86cdc9383b93e004e1ee8e96cfc99de45bc9fe79f WHIRLPOOL 71101a513748d8cdd0a46ab2c115b1719cb987d5efc6c1ceb24e4a8a0b12e898218209f310887564279065ac8c69a6e349799c7300f1f0bc2a53e8e15ba9d401
DIST pinta-1.5-preview-20121118.tar.gz 2373151 SHA256 b7ee93a171d24a37237e5d975a2756bd566b5f2c7e5666e591cf42b1aa278c4d SHA512 a954a7556e7e852e3d7bb6eb6dfcf207ed5b22a42d7f278c38815be2d6feacfd006e945f675d86ca923c4cddbf4b2e39e85e1b24bb7d84be6d87397c1e29a604 WHIRLPOOL fa848ef794fb7c5a90fac2d7a6ad3d5e4fe4f3c1d4ca38fcbabbdedc481058fc90836e8e777f8bc76faec0a864dd86834784ed846838f390bf598be8b659348d
+DIST pinta-1.6.tar.gz 1444709 SHA256 f1ea9e95f1051b92c8d8b6f622dfb77bd26254a165a836ec179aae10eb99d881 SHA512 b22ac05c639f9b0f2a49efc7b1f2c10774b3f2fb436dddd58f0005afadc103d4e77d6044479db0b3df04221922634502b1c16aa78d00894bca6a49931889f834 WHIRLPOOL 2ec8aeb1820c90d5c503cc6012e0ec31812937e2818d945c61f63a5e892c166acbf1b7e08d478c992bb9606507f0f6fdd721d0e09966d3110dfdedbedc666eb3
diff --git a/media-gfx/pinta/metadata.xml b/media-gfx/pinta/metadata.xml
index dcd2a7b..4f849de 100644
--- a/media-gfx/pinta/metadata.xml
+++ b/media-gfx/pinta/metadata.xml
@@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <herd>proxy-maintainers</herd>
<maintainer>
- <email>maintainer-needed@gentoo.org</email>
+ <email>axelgenus@gmail.com</email>
+ <name>Alessandro Calorì</name>
+ <description>Proxied maintainer; set to assignee in all bugs</description>
</maintainer>
<upstream>
<maintainer status="active">
diff --git a/media-gfx/pinta/pinta-1.6.ebuild b/media-gfx/pinta/pinta-1.6.ebuild
new file mode 100644
index 0000000..bd11d9c
--- /dev/null
+++ b/media-gfx/pinta/pinta-1.6.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit fdo-mime mono-env gnome2-utils
+
+DESCRIPTION="Simple Painting for Gtk"
+HOMEPAGE="http://pinta-project.com"
+SRC_URI="https://github.com/PintaProject/Pinta/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="MIT CC-BY-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="<dev-lang/mono-4.0
+ ~dev-dotnet/gtk-sharp-2.12.10
+ dev-dotnet/atk-sharp:2
+ dev-dotnet/gdk-sharp:2
+ dev-dotnet/glib-sharp:2
+ dev-dotnet/mono-addins[gtk]
+ dev-dotnet/pango-sharp:2"
+RDEPEND="${COMMON_DEPEND}
+ x11-libs/cairo[X]
+ x11-libs/gdk-pixbuf[X,jpeg,tiff]
+ x11-themes/gnome-icon-theme"
+DEPEND="${COMMON_DEPEND}
+ dev-util/intltool
+ virtual/pkgconfig
+ sys-devel/gettext"
+
+pkg_preinst() {
+ gnome2_icon_savelist
+}
+
+pkg_postinst() {
+ fdo-mime_desktop_database_update
+ fdo-mime_mime_database_update
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ fdo-mime_desktop_database_update
+ fdo-mime_mime_database_update
+ gnome2_icon_cache_update
+}
next reply other threads:[~2015-12-12 14:40 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-12 14:40 Ian Delaney [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-12-12 14:40 [gentoo-commits] repo/gentoo:master commit in: media-gfx/pinta/ Ian Delaney
2015-12-14 15:33 Ian Delaney
2016-05-07 21:24 Michał Górny
2016-10-09 10:25 Pacho Ramos
2016-10-09 10:25 Pacho Ramos
2016-11-16 20:05 Pacho Ramos
2016-11-27 11:21 Pacho Ramos
2018-03-02 18:27 Michał Górny
2018-06-18 18:48 Jonas Stein
2019-12-15 20:06 Michał Górny
2023-10-22 10:53 Maciej Barć
2023-11-20 19:17 Maciej Barć
2024-02-08 10:31 Maciej Barć
2024-05-01 23:38 Sam James
2024-05-10 7:45 Maciej Barć
2024-06-25 22:03 Sam James
2024-11-19 19:59 Maciej Barć
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1449931209.c8880e74e9a2cdb7326083c5aad4b9e11b6c3562.idella4@gentoo \
--to=idella4@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox