From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libsignon-glib/
Date: Sun, 27 Mar 2016 17:10:18 +0000 (UTC) [thread overview]
Message-ID: <1459098605.c1eedfd6583abf34219857cf8849aaea6bcabec3.kensington@gentoo> (raw)
commit: c1eedfd6583abf34219857cf8849aaea6bcabec3
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 27 17:09:51 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 17:10:05 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1eedfd6
net-libs/libsignon-glib: remove old
Package-Manager: portage-2.2.28
net-libs/libsignon-glib/Manifest | 1 -
net-libs/libsignon-glib/libsignon-glib-1.12.ebuild | 77 ----------------------
2 files changed, 78 deletions(-)
diff --git a/net-libs/libsignon-glib/Manifest b/net-libs/libsignon-glib/Manifest
index ef6cea7..fbe55c3 100644
--- a/net-libs/libsignon-glib/Manifest
+++ b/net-libs/libsignon-glib/Manifest
@@ -1,2 +1 @@
-DIST libsignon-glib-1.12.tar.xz 42384 SHA256 bd7e3be291e3173f20dda5376e1387be5d1705b12a00885e93f2cc900a9b4463 SHA512 5d5a3918898dce9d8b10597ac95428bef4753a1c626b6e7fef54e9024327b0849ddb628b25801504c336cf6fe2ebc16e5264bb576ecab16457ccf17918f042cf WHIRLPOOL 5766ad1fe50a6637d2f8e5fe6b092599112c9b6fb56dd44502568d41d61d3208d8d5a00ce1c698848f3fbeb0eb0a1ee82bcbebaff74428a97f634589e56d9def
DIST libsignon-glib-1.13.tar.gz 51601 SHA256 8e0e450e719c16f79d3c3aadb98656ed5967a2f2cd24c1d9cd5747e670a087bc SHA512 aaae6a37a113685eb36ddccd497e387617cf0900506638cbafbac282c4d63ade41f4c915ad6f04214c58af580b70d9062ecf3e1618b6f5fe07dad50c5dc125a6 WHIRLPOOL 8f0d1d51588e42c9fac51883a9ecb08b6ad4949fc8f335c2259f967ea8f3555b04b3ca46f323b20591a2bc85dc1b5bba3968fec1be3e4dfd7a9464e2c5d6880e
diff --git a/net-libs/libsignon-glib/libsignon-glib-1.12.ebuild b/net-libs/libsignon-glib/libsignon-glib-1.12.ebuild
deleted file mode 100644
index 80ab757..0000000
--- a/net-libs/libsignon-glib/libsignon-glib-1.12.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-inherit autotools python-r1
-
-DESCRIPTION="GLib binding for the D-Bus API provided by signond"
-HOMEPAGE="https://01.org/gsso/"
-SRC_URI="http://dev.gentoo.org/~johu/distfiles/${P}.tar.xz"
-
-SLOT="0"
-LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug doc python test"
-
-RDEPEND="
- dev-libs/glib:2
- net-libs/signond
-"
-DEPEND="${RDEPEND}
- dev-libs/check
- dev-util/gdbus-codegen
- python? ( ${PYTHON_DEPS} )
- doc? ( dev-util/gtk-doc )
-"
-
-DOCS=( AUTHORS NEWS README )
-
-# needs more love
-RESTRICT="test"
-
-src_prepare() {
- if ! use doc; then
- epatch "${FILESDIR}/${P}-doc-disable.patch"
- fi
-
- eautoreconf
-}
-
-src_configure() {
- myconfigure() {
- local myeconfargs=(
- $(use_enable debug)
- $(use_enable doc gtk-doc)
- $(use_enable python)
- $(use_enable test tests)
- )
-
- econf "${myeconfargs[@]}"
- }
-
- if use python; then
- python_copy_sources
- python_foreach_impl run_in_build_dir myconfigure
- else
- myconfigure
- fi
-}
-
-src_compile() {
- # fails to compile with more than one thread
- MAKEOPTS="${MAKEOPTS} -j1"
- default
- if use python; then
- python_foreach_impl run_in_build_dir default
- fi
-}
-
-src_install() {
- default
- if use python; then
- python_foreach_impl run_in_build_dir default
- fi
-}
next reply other threads:[~2016-03-27 17:10 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-27 17:10 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-20 12:57 [gentoo-commits] repo/gentoo:master commit in: net-libs/libsignon-glib/ Andreas Sturmlechner
2022-08-01 2:14 Sam James
2021-10-02 9:52 Andreas Sturmlechner
2021-09-30 17:24 Andreas Sturmlechner
2021-09-12 11:28 Yixun Lan
2021-02-12 12:01 Andreas Sturmlechner
2020-10-27 0:30 Andreas Sturmlechner
2020-09-06 16:46 Andreas Sturmlechner
2019-09-02 13:24 Agostino Sarubbo
2019-09-02 10:15 Agostino Sarubbo
2019-09-01 22:18 Aaron Bauman
2019-08-04 22:07 Andreas Sturmlechner
2019-08-04 12:17 Michael Palimaka
2019-08-04 11:51 Michael Palimaka
2019-08-03 20:36 Alexey Shvetsov
2018-10-09 8:04 Andreas Sturmlechner
2018-10-09 8:04 Andreas Sturmlechner
2018-01-27 0:28 Michael Palimaka
2017-12-25 2:23 Michael Palimaka
2017-12-25 2:23 Michael Palimaka
2017-12-25 2:23 Michael Palimaka
2017-10-28 20:52 Andreas Sturmlechner
2016-08-18 13:09 Michael Palimaka
2016-08-18 13:09 Michael Palimaka
2016-08-04 20:03 Michael Palimaka
2016-07-06 13:52 Michael Palimaka
2016-03-27 17:44 David Seifert
2015-12-20 18:08 Michael Palimaka
2015-09-25 19:22 Michael Palimaka
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=1459098605.c1eedfd6583abf34219857cf8849aaea6bcabec3.kensington@gentoo \
--to=kensington@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