public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/pinta/
Date: Sun,  9 Oct 2016 10:25:57 +0000 (UTC)	[thread overview]
Message-ID: <1476008741.3bfd826f6fefba784016ce9ce9426a7a0daf9bed.pacho@gentoo> (raw)

commit:     3bfd826f6fefba784016ce9ce9426a7a0daf9bed
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  9 09:35:39 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct  9 10:25:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bfd826f

media-gfx/pinta: drop old

Package-Manager: portage-2.3.1

 media-gfx/pinta/Manifest            |  1 -
 media-gfx/pinta/pinta-1.4.ebuild    | 42 ------------------------------
 media-gfx/pinta/pinta-1.6-r1.ebuild | 52 -------------------------------------
 media-gfx/pinta/pinta-1.6.ebuild    | 48 ----------------------------------
 4 files changed, 143 deletions(-)

diff --git a/media-gfx/pinta/Manifest b/media-gfx/pinta/Manifest
index 562aee9..e5f8423 100644
--- a/media-gfx/pinta/Manifest
+++ b/media-gfx/pinta/Manifest
@@ -1,2 +1 @@
-DIST pinta-1.4.tar.gz 1230765 SHA256 fde40f78560aab5a891bf499396db099b86bbd365c1eb81df480b35b4d37d8bb SHA512 7a1abd62a10569aa572ab956a860d1813104e4cc35c800798d78085ff2c66f4bf0583f8270d279d1342959c86cdc9383b93e004e1ee8e96cfc99de45bc9fe79f WHIRLPOOL 71101a513748d8cdd0a46ab2c115b1719cb987d5efc6c1ceb24e4a8a0b12e898218209f310887564279065ac8c69a6e349799c7300f1f0bc2a53e8e15ba9d401
 DIST pinta-1.6.tar.gz 1444709 SHA256 f1ea9e95f1051b92c8d8b6f622dfb77bd26254a165a836ec179aae10eb99d881 SHA512 b22ac05c639f9b0f2a49efc7b1f2c10774b3f2fb436dddd58f0005afadc103d4e77d6044479db0b3df04221922634502b1c16aa78d00894bca6a49931889f834 WHIRLPOOL 2ec8aeb1820c90d5c503cc6012e0ec31812937e2818d945c61f63a5e892c166acbf1b7e08d478c992bb9606507f0f6fdd721d0e09966d3110dfdedbedc666eb3

diff --git a/media-gfx/pinta/pinta-1.4.ebuild b/media-gfx/pinta/pinta-1.4.ebuild
deleted file mode 100644
index 2f27e1e..00000000
--- a/media-gfx/pinta/pinta-1.4.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit fdo-mime mono
-
-DESCRIPTION="Simple Painting for Gtk"
-HOMEPAGE="http://pinta-project.com"
-SRC_URI="mirror://github/PintaProject/Pinta/${P}.tar.gz"
-
-LICENSE="MIT CC-BY-3.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-COMMON_DEPEND="dev-dotnet/atk-sharp:2
-	dev-dotnet/gdk-sharp:2
-	dev-dotnet/glib-sharp:2
-	dev-dotnet/gtk-sharp:2
-	dev-dotnet/mono-addins[gtk]
-	dev-dotnet/pango-sharp:2
-	dev-lang/mono"
-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_postinst() {
-	fdo-mime_desktop_database_update
-	fdo-mime_mime_database_update
-}
-
-pkg_postrm() {
-	fdo-mime_desktop_database_update
-	fdo-mime_mime_database_update
-}

diff --git a/media-gfx/pinta/pinta-1.6-r1.ebuild b/media-gfx/pinta/pinta-1.6-r1.ebuild
deleted file mode 100644
index 5cdbb79..00000000
--- a/media-gfx/pinta/pinta-1.6-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# 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
-	~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"
-
-src_prepare() {
-	epatch "${FILESDIR}/${P}-mono-4.patch"
-}
-
-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
-}

diff --git a/media-gfx/pinta/pinta-1.6.ebuild b/media-gfx/pinta/pinta-1.6.ebuild
deleted file mode 100644
index bd11d9c..00000000
--- a/media-gfx/pinta/pinta-1.6.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# 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
-}


             reply	other threads:[~2016-10-09 10:26 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-09 10:25 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-19 19:59 [gentoo-commits] repo/gentoo:master commit in: media-gfx/pinta/ Maciej Barć
2024-06-25 22:03 Sam James
2024-05-10  7:45 Maciej Barć
2024-05-01 23:38 Sam James
2024-02-08 10:31 Maciej Barć
2023-11-20 19:17 Maciej Barć
2023-10-22 10:53 Maciej Barć
2019-12-15 20:06 Michał Górny
2018-06-18 18:48 Jonas Stein
2018-03-02 18:27 Michał Górny
2016-11-27 11:21 Pacho Ramos
2016-11-16 20:05 Pacho Ramos
2016-10-09 10:25 Pacho Ramos
2016-05-07 21:24 Michał Górny
2015-12-14 15:33 Ian Delaney
2015-12-12 14:40 Ian Delaney
2015-12-12 14:40 Ian Delaney

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=1476008741.3bfd826f6fefba784016ce9ce9426a7a0daf9bed.pacho@gentoo \
    --to=pacho@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