From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/dotnet:master commit in: media-gfx/pinta/
Date: Wed, 20 Jul 2022 01:07:52 +0000 (UTC) [thread overview]
Message-ID: <1658279245.294497c987509a1b0042bdb044e8e35db9062d0f.sam@gentoo> (raw)
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
-}
reply other threads:[~2022-07-20 1:07 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1658279245.294497c987509a1b0042bdb044e8e35db9062d0f.sam@gentoo \
--to=sam@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