public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmypaint/
Date: Thu, 30 Apr 2020 21:28:52 +0000 (UTC)	[thread overview]
Message-ID: <1588282107.57b36f66146a24bc9e61b1f1a740d54ebd15a2fb.asturm@gentoo> (raw)

commit:     57b36f66146a24bc9e61b1f1a740d54ebd15a2fb
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 30 16:59:12 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 30 21:28:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57b36f66

media-libs/libmypaint: Drop 1.3.0-r1

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-libs/libmypaint/Manifest                   |  1 -
 media-libs/libmypaint/libmypaint-1.3.0-r1.ebuild | 63 ------------------------
 2 files changed, 64 deletions(-)

diff --git a/media-libs/libmypaint/Manifest b/media-libs/libmypaint/Manifest
index 02d424b8dd0..bcbe9133d20 100644
--- a/media-libs/libmypaint/Manifest
+++ b/media-libs/libmypaint/Manifest
@@ -1,2 +1 @@
-DIST libmypaint-1.3.0.tar.xz 438160 BLAKE2B a018ba2dc2b2cf2f771e871a0cb769887d962c18f83315d1c77864f567ae69aa16a1d55b770f46527990995f0dc940516371485d6f3d4f3cc332623fc408c248 SHA512 553eeb3439ffd0c013e33254a16334242583b8bab76d1a3e937f3ed1d7e05a832c6eb26acd7220dce20c6a7d997c32afe828202ce48e25a5fe57b67efd853fcf
 DIST libmypaint-1.4.0.tar.xz 441596 BLAKE2B d8c55f8dfedbb5cc07abe5c38c935abecf38f8e626b7fec83d7f7a29acdc722ededcd729f31e13e655242250f1d46cf44ca0473899b0de9510b062b123a711cb SHA512 c549a0b8f02976f7863c5ff49d5f16b5c3eae3e6e9e8803fef833edf78cc2a7413dd8dd751ed560c79d2527e0a54b462a92bb8059bcf69271654b2629f583c19

diff --git a/media-libs/libmypaint/libmypaint-1.3.0-r1.ebuild b/media-libs/libmypaint/libmypaint-1.3.0-r1.ebuild
deleted file mode 100644
index 38fbc7ccbf6..00000000000
--- a/media-libs/libmypaint/libmypaint-1.3.0-r1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils python-any-r1 xdg-utils toolchain-funcs
-
-MY_PV=${PV/_beta/-beta.}
-MY_P=${PN}-${MY_PV}
-
-DESCRIPTION="Library for making brushstrokes"
-HOMEPAGE="https://github.com/mypaint/libmypaint"
-SRC_URI="https://github.com/mypaint/libmypaint/releases/download/v${MY_PV}/${MY_P}.tar.xz"
-
-LICENSE="ISC"
-SLOT="0/0"  # first soname component for subslot
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 x86"
-IUSE="+gegl introspection nls openmp"
-
-CDEPEND="
-	dev-libs/glib:2
-	dev-libs/json-c:=
-	gegl? (
-		media-libs/babl
-		media-libs/gegl:0.3[introspection?]
-	)
-	introspection? ( >=dev-libs/gobject-introspection-1.32 )
-	openmp? ( sys-devel/gcc:*[openmp] )
-	nls? ( sys-devel/gettext )
-	"
-DEPEND="${CDEPEND}
-	${PYTHON_DEPS}
-	nls? ( dev-util/intltool )
-	"
-RDEPEND="${CDEPEND}
-	!<media-gfx/mypaint-1.2.1
-	"
-
-S="${WORKDIR}"/${MY_P}
-
-src_prepare() {
-	xdg_environment_reset
-	eapply_user
-}
-
-src_configure() {
-	tc-ld-disable-gold  # bug 589266
-	econf \
-			--disable-debug \
-			--disable-docs \
-			$(use_enable gegl) \
-			--disable-gperftools \
-			$(use_enable nls i18n) \
-			$(use_enable introspection) \
-			$(use_enable openmp) \
-			--disable-profiling
-}
-
-src_install() {
-	default
-	find "${D}" -name '*.la' -type f -delete || die
-}


             reply	other threads:[~2020-04-30 21:28 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-30 21:28 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-17  5:54 [gentoo-commits] repo/gentoo:master commit in: media-libs/libmypaint/ Sam James
2024-05-06 18:51 Ionen Wolkens
2024-03-08 11:09 Sam James
2023-01-10  5:36 Sam James
2022-12-01  3:21 WANG Xuerui
2022-09-19  3:52 Sam James
2021-12-24  8:02 Sam James
2021-12-24  8:02 Sam James
2021-12-16  4:39 Sam James
2021-08-12  3:10 Yixun Lan
2020-11-12 15:57 Sam James
2020-09-25  8:46 Agostino Sarubbo
2020-09-19 21:29 Sam James
2020-09-18 22:57 Sergei Trofimovich
2020-09-17 17:38 Sam James
2020-09-12 20:26 Sam James
2020-08-30  7:58 Andreas Sturmlechner
2020-08-16 19:53 Sam James
2020-08-16 19:48 Sam James
2020-05-25 12:17 Mikle Kolyada
2020-05-10 17:42 Mart Raudsepp
2020-05-06  7:18 Sergei Trofimovich
2020-04-09 22:02 Sergei Trofimovich
2020-04-07 10:21 Mart Raudsepp
2020-02-20 14:00 Joonas Niilola
2020-01-27 14:25 Agostino Sarubbo
2020-01-27 12:46 Agostino Sarubbo
2019-10-21 14:10 Sebastian Pipping
2019-07-24 22:33 Aaron Bauman
2019-03-19  2:03 Thomas Deutschmann
2019-03-09 16:33 Sebastian Pipping
2018-03-31 18:01 Sebastian Pipping
2018-03-20  7:15 Sergei Trofimovich
2018-01-01 20:09 Sergei Trofimovich
2017-12-20 13:37 Sebastian Pipping
2017-12-19 21:45 Thomas Deutschmann
2017-07-02 14:52 Sergei Trofimovich
2016-09-28 11:28 Tobias Klausmann
2016-08-23 18:59 Markus Meier
2016-07-26  6:49 Jeroen Roovers
2016-07-21 12:56 Sebastian Pipping
2016-07-20 17:39 Sebastian Pipping
2016-07-18 16:18 Sebastian Pipping

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=1588282107.57b36f66146a24bc9e61b1f1a740d54ebd15a2fb.asturm@gentoo \
    --to=asturm@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