public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Akinori Hattori" <hattya@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libspt/
Date: Wed,  2 Sep 2020 13:45:17 +0000 (UTC)	[thread overview]
Message-ID: <1599054287.75cb851c9ec0d6e1a0b4bc2074409957f1b7f6fc.hattya@gentoo> (raw)

commit:     75cb851c9ec0d6e1a0b4bc2074409957f1b7f6fc
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  2 13:43:21 2020 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Wed Sep  2 13:44:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75cb851c

dev-libs/libspt: drop old

Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>

 dev-libs/libspt/libspt-1.1-r2.ebuild | 47 ------------------------------------
 dev-libs/libspt/metadata.xml         | 11 +++------
 2 files changed, 4 insertions(+), 54 deletions(-)

diff --git a/dev-libs/libspt/libspt-1.1-r2.ebuild b/dev-libs/libspt/libspt-1.1-r2.ebuild
deleted file mode 100644
index 6954c394f08..00000000000
--- a/dev-libs/libspt/libspt-1.1-r2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Library for handling root privilege"
-HOMEPAGE="http://www.j10n.org/libspt/"
-SRC_URI="http://www.j10n.org/${PN}/${P}.tar.bz2"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc x86"
-IUSE="+libtirpc"
-RESTRICT="test"
-
-RDEPEND="!libtirpc? ( elibc_glibc? ( sys-libs/glibc[rpc(-)] ) )
-	libtirpc? ( net-libs/libtirpc )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=(
-	"${FILESDIR}/${PN}-gentoo.patch"
-	"${FILESDIR}/${PN}-glibc-2.30.patch"
-	"${FILESDIR}/${PN}-rpc.patch"
-)
-
-src_prepare() {
-	rm aclocal.m4
-
-	default
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--disable-static \
-		$(use_with libtirpc)
-}
-
-src_install() {
-	default
-
-	# no static archives
-	find "${ED}" -name '*.la' -delete || die
-}

diff --git a/dev-libs/libspt/metadata.xml b/dev-libs/libspt/metadata.xml
index 4b6896b6c4a..6f2ca22da23 100644
--- a/dev-libs/libspt/metadata.xml
+++ b/dev-libs/libspt/metadata.xml
@@ -1,11 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="project">
-    <email>cjk@gentoo.org</email>
-    <name>Cjk</name>
-  </maintainer>
-  <use>
-    <flag name="libtirpc">Build against net-libs/libtirpc for RPC support</flag>
-  </use>
+	<maintainer type="project">
+		<email>cjk@gentoo.org</email>
+		<name>Cjk</name>
+	</maintainer>
 </pkgmetadata>


             reply	other threads:[~2020-09-02 13:45 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-02 13:45 Akinori Hattori [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-04-22 12:18 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libspt/ Sam James
2021-04-20 17:06 Sergei Trofimovich
2020-08-31  4:00 Sam James
2020-08-18 11:22 Agostino Sarubbo
2020-08-14 12:45 David Seifert
2020-08-11 18:51 Agostino Sarubbo
2020-08-11 13:18 Akinori Hattori
2020-08-11 13:18 Akinori Hattori
2019-10-27  9:09 Akinori Hattori
2019-10-27  9:09 Akinori Hattori
2019-01-20  9:53 Sergei Trofimovich
2018-04-22 16:58 Andreas Hüttel
2018-03-05 20:26 Sergei Trofimovich
2017-09-07 19:28 Markus Meier
2017-08-10 21:05 Sergei Trofimovich
2017-07-24 17:44 Markus Meier
2017-07-11  7:51 Sergei Trofimovich
2017-07-08  8:39 Akinori Hattori
2017-07-08  8:23 Akinori Hattori
2017-07-08  8:23 Akinori Hattori

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=1599054287.75cb851c9ec0d6e1a0b4bc2074409957f1b7f6fc.hattya@gentoo \
    --to=hattya@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