public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/dotnet:master commit in: media-gfx/pinta/
@ 2022-07-20  1:07 Sam James
  0 siblings, 0 replies; only message in thread
From: Sam James @ 2022-07-20  1:07 UTC (permalink / raw
  To: gentoo-commits

commit:     294497c987509a1b0042bdb044e8e35db9062d0f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 20 01:06:01 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 20 01:07:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=294497c9

media-gfx/pinta: treeclean (broken)

Bug: https://bugs.gentoo.org/858938
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/pinta/metadata.xml     | 25 ---------------
 media-gfx/pinta/pinta-1.6.ebuild | 68 ----------------------------------------
 2 files changed, 93 deletions(-)

diff --git a/media-gfx/pinta/metadata.xml b/media-gfx/pinta/metadata.xml
deleted file mode 100644
index 33c416c..0000000
--- a/media-gfx/pinta/metadata.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>dotnet@gentoo.org</email>
-		<description>Gentoo Dotnet Project</description>
-	</maintainer>
-	<upstream>
-		<maintainer status="active">
-			<email>cameronwhite91@gmail.com</email>
-			<name>Cameron White</name>
-		</maintainer>
-		<changelog>https://github.com/PintaProject/Pinta/commits/release-1.6</changelog>
-		<doc lang="en">http://pinta-project.com/howto</doc>
-		<bugs-to>https://bugs.launchpad.net/pinta/+filebug</bugs-to>
-	</upstream>
-	<longdescription lang="en">
-		Pinta is a free, open source drawing/editing program modeled after 
-		Paint.NET. Its goal is to provide users with a simple yet powerful
-		way to draw and manipulate images on Linux, Mac, and Windows.
-	</longdescription>
-	<longdescription lang="ru">
-		Pinta = аналог Paint.NET написанный на Gtk#
-	</longdescription>
-</pkgmetadata>

diff --git a/media-gfx/pinta/pinta-1.6.ebuild b/media-gfx/pinta/pinta-1.6.ebuild
deleted file mode 100644
index af683bf..0000000
--- a/media-gfx/pinta/pinta-1.6.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools xdg-utils gnome2-utils mono-env
-
-DESCRIPTION="Simple Painting for Gtk"
-HOMEPAGE="https://pinta-project.com"
-SRC_URI="https://github.com/PintaProject/Pinta/archive/${PV}.tar.gz"
-
-LICENSE="MIT CC-BY-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-COMMON_DEPEND=">=dev-lang/mono-4.0.2
-	>=dev-dotnet/gtk-sharp-2.12.21:2
-	>=dev-dotnet/mono-addins-1.0-r1[gtk]
-	"
-
-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}/Pinta-${PV}
-
-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
-
-	eautoreconf
-
-	oldstring=Version=2.0.0.0
-	newstring=Version=4.0.0.0
-	einfo "updating '$oldstring'->'$newstring'"
-	find "${S}" -iname "*.csproj" -print | xargs sed -i "s@${oldstring}@${newstring}@g" || die
-
-	oldstring='ToolsVersion="3.5"'
-	newstring='ToolsVersion="4.0"'
-	einfo "updating '$oldstring'->'$newstring'"
-	find "${S}" -iname "*.proj" -print | xargs sed -i "s@${oldstring}@${newstring}@g" || die
-}
-
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-	xdg_mimeinfo_database_update
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-	xdg_mimeinfo_database_update
-	gnome2_icon_cache_update
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-07-20  1:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-20  1:07 [gentoo-commits] repo/proj/dotnet:master commit in: media-gfx/pinta/ Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox