public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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.cf9b8ba89c2466d6755f541ad8ee6664ab4611b6.idella4@gentoo> (raw)

commit:     cf9b8ba89c2466d6755f541ad8ee6664ab4611b6
Author:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 12 14:37:04 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=cf9b8ba8

media-gfx/pinta: rm vn. 1.5_pre20121118

Package-Manager: portage-2.2.24

 media-gfx/pinta/Manifest                     |  1 -
 media-gfx/pinta/pinta-1.5_pre20121118.ebuild | 59 ----------------------------
 2 files changed, 60 deletions(-)

diff --git a/media-gfx/pinta/Manifest b/media-gfx/pinta/Manifest
index e99f24f..562aee9 100644
--- a/media-gfx/pinta/Manifest
+++ b/media-gfx/pinta/Manifest
@@ -1,3 +1,2 @@
 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/pinta-1.5_pre20121118.ebuild b/media-gfx/pinta/pinta-1.5_pre20121118.ebuild
deleted file mode 100644
index d29ee1c..0000000
--- a/media-gfx/pinta/pinta-1.5_pre20121118.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit fdo-mime gnome2-utils mono
-
-DESCRIPTION="Simple Painting for Gtk"
-HOMEPAGE="http://pinta-project.com"
-SRC_URI="mirror://github/PintaProject/Pinta/${P/_pre/-preview-}.tar.gz"
-
-LICENSE="MIT CC-BY-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-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"
-
-S=${WORKDIR}/${P%_pre*}
-
-src_prepare() {
-	local i
-	if [[ -n "${LINGUAS+x}" ]] ; then
-		for i in $(cd "${S}"/po ; echo *.po) ; do
-			if ! has ${i%.po} ${LINGUAS} ; then
-				sed -i -e "/po\/${i%.po}.po/{N;N;d;}" Pinta.Install.proj || die
-			fi
-		done
-	fi
-}
-
-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:[~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.cf9b8ba89c2466d6755f541ad8ee6664ab4611b6.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