public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-builder/
Date: Sun,  3 Jul 2016 17:01:41 +0000 (UTC)	[thread overview]
Message-ID: <1467565286.775c6ef5b4e84a90783f4904d325b52f0d577b7f.pacho@gentoo> (raw)

commit:     775c6ef5b4e84a90783f4904d325b52f0d577b7f
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  3 16:37:40 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jul  3 17:01:26 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=775c6ef5

gnome-extra/gnome-builder: Drop old

Package-Manager: portage-2.3.0_rc1

 gnome-extra/gnome-builder/Manifest                 |  1 -
 .../gnome-builder/gnome-builder-3.16.3.ebuild      | 60 ----------------------
 2 files changed, 61 deletions(-)

diff --git a/gnome-extra/gnome-builder/Manifest b/gnome-extra/gnome-builder/Manifest
index b124ce1..53170cb 100644
--- a/gnome-extra/gnome-builder/Manifest
+++ b/gnome-extra/gnome-builder/Manifest
@@ -1,2 +1 @@
-DIST gnome-builder-3.16.3.tar.xz 1733356 SHA256 a1d7b287d39ce724114c128e25bb00e273ecd8982ed22c8aba48cad9c4d51e61 SHA512 bd552763e958dd121f20adefab68de7d40d66fb3253c21ac9fe97eef7ffb5e98ea2b4ba21522db2cf1626c989bd6c04b27a16ba5e7ecb0bb66afc6299979652c WHIRLPOOL e690fafd8271fd9fd2908424f684bf2704bb768e51e50a8a983eb32f22e1d6807d66f381ebee849b8d7b73d4658301a57fbe6eeb32958ca9dd84ecb934a01d61
 DIST gnome-builder-3.18.1.tar.xz 1510460 SHA256 501c95220dcf8ca44a5748e863492377fe2c3aee78a95973d6819b1836e5407c SHA512 8e53b0d7a0afe440708bf33357408424cca5302e4516f85af18d04bce787012db681c93b6f48e9d41d8cb1a7c050d5e68770bf2e1ed8814ed43fa91e1d60c0f1 WHIRLPOOL d805338a3b49fe56794ddd9dca1ff047a4a9c87de24d06fed377637dba4e2ce8cf953cc8770e8745666dde1abfaabee9c68827631605a24e76e06148bed03f5b

diff --git a/gnome-extra/gnome-builder/gnome-builder-3.16.3.ebuild b/gnome-extra/gnome-builder/gnome-builder-3.16.3.ebuild
deleted file mode 100644
index 8fd9e13..0000000
--- a/gnome-extra/gnome-builder/gnome-builder-3.16.3.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-PYTHON_COMPAT=( python{3_3,3_4} )
-
-inherit gnome2 python-single-r1 virtualx
-
-DESCRIPTION="Builder attempts to be an IDE for writing software for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Builder"
-
-LICENSE="GPL-3+ GPL-2+ LGPL-3+ LGPL-2+ MIT CC-BY-SA-3.0 CC0-1.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+introspection"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# FIXME: some unittests seem to hang forever
-RDEPEND="
-	${PYTHON_DEPS}
-	>=dev-libs/gjs-1.42
-	>=dev-libs/glib-2.44:2
-	dev-libs/libgit2[ssh,threads]
-	>=dev-libs/libgit2-glib-0.22.6[ssh]
-	>=dev-libs/libxml2-2.9
-	dev-python/pygobject:3
-	>=dev-util/devhelp-3.16
-	dev-util/uncrustify
-	sys-devel/clang
-	>=x11-libs/gtk+-3.16.1:3[introspection?]
-	>=x11-libs/gtksourceview-3.16.1:3.0[introspection?]
-	introspection? ( >=dev-libs/gobject-introspection-1.42 )
-"
-DEPEND="${RDEPEND}
-	dev-libs/appstream-glib
-	>=dev-util/gtk-doc-am-1.11
-	>=dev-util/intltool-0.50.1
-	>=sys-devel/gettext-0.18
-	virtual/pkgconfig
-"
-
-pkg_setup() {
-	python-single-r1_pkg_setup
-}
-
-src_configure() {
-	gnome2_src_configure \
-		--disable-static \
-		$(use_enable introspection) \
-		PYTHON3_CONFIG="$(python_get_PYTHON_CONFIG)"
-}
-
-src_test() {
-	# FIXME: this should be handled at eclass level
-	"${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data/gsettings" || die
-
-	GSETTINGS_SCHEMA_DIR="${S}/data/gsettings" Xemake check
-}


             reply	other threads:[~2016-07-03 17:01 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-03 17:01 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-04-05 17:47 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-builder/ Mart Raudsepp
2018-02-19 20:03 Mart Raudsepp
2018-02-06 18:36 Thomas Deutschmann
2018-01-26 15:03 Mikle Kolyada
2017-12-28 10:15 Mart Raudsepp
2017-05-20  9:47 Mart Raudsepp
2017-05-10 16:29 Mart Raudsepp
2017-04-18 12:20 Mart Raudsepp
2017-04-18 11:37 Mart Raudsepp
2017-04-18 10:56 Mart Raudsepp
2017-01-12  1:11 Mart Raudsepp
2016-07-03 17:01 Pacho Ramos
2016-07-03 17:01 Pacho Ramos
2016-03-06 18:58 Mikle Kolyada
2016-02-22  7:32 Pacho Ramos
2015-12-26 15:28 Pacho Ramos
2015-11-11 10:27 Michał Górny
2015-09-08 18:22 Pacho Ramos
2015-09-07 21:11 Mikle Kolyada
2015-09-06 20:55 Pacho Ramos

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=1467565286.775c6ef5b4e84a90783f4904d325b52f0d577b7f.pacho@gentoo \
    --to=pacho@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