From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/redland-bindings/
Date: Tue, 18 Oct 2016 19:26:43 +0000 (UTC) [thread overview]
Message-ID: <1476818790.31b06de2a82d1502f37415433ef3104a9526afd0.pacho@gentoo> (raw)
commit: 31b06de2a82d1502f37415433ef3104a9526afd0
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 18 19:21:52 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Oct 18 19:26:30 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31b06de2
dev-libs/redland-bindings: Drop old
Package-Manager: portage-2.3.1
.../redland-bindings-1.0.14.1.ebuild | 103 ---------------------
1 file changed, 103 deletions(-)
diff --git a/dev-libs/redland-bindings/redland-bindings-1.0.14.1.ebuild b/dev-libs/redland-bindings/redland-bindings-1.0.14.1.ebuild
deleted file mode 100644
index e9278b2..00000000
--- a/dev-libs/redland-bindings/redland-bindings-1.0.14.1.ebuild
+++ /dev/null
@@ -1,103 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-PYTHON_DEPEND="python? 2:2.7"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
-
-inherit multilib python
-
-DESCRIPTION="Language bindings for Redland"
-HOMEPAGE="http://librdf.org/bindings/"
-SRC_URI="http://download.librdf.org/source/${P}.tar.gz"
-
-LICENSE="Apache-2.0 GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~x86-linux ~ppc-macos"
-IUSE="lua perl python php ruby"
-
-RDEPEND=">=dev-libs/redland-1.0.14
- lua? ( >=dev-lang/lua-5.1 )
- perl? ( dev-lang/perl )
- php? ( dev-lang/php )
- ruby? ( dev-lang/ruby dev-ruby/log4r )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- >=dev-lang/swig-2
- sys-apps/sed"
-
-pkg_setup() {
- use python && python_pkg_setup
-}
-
-src_configure() {
- econf \
- $(use_with lua) \
- $(use_with perl) \
- $(use_with python) \
- $(use_with php) \
- $(use_with ruby)
-
- # Python bindings are built/tested/installed manually.
- sed -e "/^SUBDIRS =/s/ python//" -i Makefile
-}
-
-src_compile() {
- default
-
- if use python; then
- python_copy_sources python
-
- building() {
- emake \
- PYTHON_INCLUDES="-I$(python_get_includedir)" \
- pythondir="$(python_get_sitedir)"
- }
- python_execute_function -s --source-dir python building
- fi
-}
-
-src_test() {
- default
-
- if use python; then
- testing() {
- emake \
- PYTHON="$(PYTHON)" \
- check
- }
- python_execute_function -s --source-dir python testing
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" INSTALLDIRS=vendor luadir=/usr/$(get_libdir)/lua/5.1 install
-
- if use perl; then
- find "${ED}" -type f -name perllocal.pod -delete
- find "${ED}" -depth -mindepth 1 -type d -empty -delete
- fi
-
- if use python; then
- installation() {
- emake \
- DESTDIR="${D}" \
- pythondir="$(python_get_sitedir)" \
- install
- }
- python_execute_function -s --source-dir python installation
- fi
-
- dodoc AUTHORS ChangeLog NEWS README TODO
- dohtml {NEWS,README,RELEASE,TODO}.html
-}
-
-pkg_postinst() {
- use python && python_mod_optimize RDF.py
-}
-
-pkg_postrm() {
- use python && python_mod_cleanup RDF.py
-}
next reply other threads:[~2016-10-18 19:27 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-18 19:26 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-05-01 11:47 [gentoo-commits] repo/gentoo:master commit in: dev-libs/redland-bindings/ Jeroen Roovers
2019-02-18 19:18 Alexis Ballier
2019-05-21 22:43 Aaron Bauman
2019-06-18 18:17 Sergei Trofimovich
2020-01-17 5:26 Andreas K. Hüttel
2020-04-13 13:05 Sergei Trofimovich
2020-05-07 14:23 Michał Górny
2020-06-18 12:22 Michał Górny
2020-06-18 12:22 Michał Górny
2020-07-23 8:04 Kent Fredric
2020-08-17 12:20 Sam James
2020-08-17 14:52 Agostino Sarubbo
2020-08-17 14:52 Agostino Sarubbo
2020-08-18 11:16 Agostino Sarubbo
2020-08-30 1:13 Sam James
2020-09-07 8:47 Sergei Trofimovich
2020-09-13 11:25 Miroslav Šulc
2020-12-21 17:28 Marek Szuba
2021-01-23 22:42 Sam James
2021-03-26 19:46 Conrad Kostecki
2022-03-03 21:22 David Seifert
2022-06-28 9:05 Miroslav Šulc
2022-07-02 7:18 Jakov Smolić
2022-07-02 7:18 Jakov Smolić
2022-07-02 12:08 Arthur Zamarin
2022-07-02 12:20 Agostino Sarubbo
2022-07-02 12:21 Agostino Sarubbo
2022-07-02 12:23 Agostino Sarubbo
2022-07-03 3:57 Miroslav Šulc
2022-12-07 13:52 David Seifert
2023-07-04 22:17 Conrad Kostecki
2024-12-27 15:03 Sam James
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=1476818790.31b06de2a82d1502f37415433ef3104a9526afd0.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