From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E9619158094 for ; Wed, 20 Jul 2022 01:07:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EC20E0C37; Wed, 20 Jul 2022 01:07:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F12AE0C37 for ; Wed, 20 Jul 2022 01:07:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B595340EA5 for ; Wed, 20 Jul 2022 01:07:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFFC3550 for ; Wed, 20 Jul 2022 01:07:52 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1658279245.294497c987509a1b0042bdb044e8e35db9062d0f.sam@gentoo> Subject: [gentoo-commits] repo/proj/dotnet:master commit in: media-gfx/pinta/ X-VCS-Repository: repo/proj/dotnet X-VCS-Files: media-gfx/pinta/metadata.xml media-gfx/pinta/pinta-1.6.ebuild X-VCS-Directories: media-gfx/pinta/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 294497c987509a1b0042bdb044e8e35db9062d0f X-VCS-Branch: master Date: Wed, 20 Jul 2022 01:07:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4a996807-8726-4c5c-9ad3-14e1603572b2 X-Archives-Hash: d50c64dd9d3e49fa4ea69cee752e17a0 commit: 294497c987509a1b0042bdb044e8e35db9062d0f Author: Sam James gentoo org> AuthorDate: Wed Jul 20 01:06:01 2022 +0000 Commit: Sam James gentoo 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 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 @@ - - - - - dotnet@gentoo.org - Gentoo Dotnet Project - - - - cameronwhite91@gmail.com - Cameron White - - https://github.com/PintaProject/Pinta/commits/release-1.6 - http://pinta-project.com/howto - https://bugs.launchpad.net/pinta/+filebug - - - 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. - - - Pinta = аналог Paint.NET написанный на Gtk# - - 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 -}