From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Search-Xapian/
Date: Sun, 4 Sep 2016 16:30:20 +0000 (UTC) [thread overview]
Message-ID: <1473006587.ded92eb764d189124c95769975d69ef62811af35.blueness@gentoo> (raw)
commit: ded92eb764d189124c95769975d69ef62811af35
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 4 15:02:56 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Sep 4 16:29:47 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ded92eb7
dev-perl/Search-Xapian: remove older versions
Package-Manager: portage-2.2.28
dev-perl/Search-Xapian/Manifest | 2 --
.../Search-Xapian/Search-Xapian-1.2.19.0.ebuild | 36 ----------------------
.../Search-Xapian/Search-Xapian-1.2.22.0.ebuild | 36 ----------------------
3 files changed, 74 deletions(-)
diff --git a/dev-perl/Search-Xapian/Manifest b/dev-perl/Search-Xapian/Manifest
index dd87f0b..38da8cb 100644
--- a/dev-perl/Search-Xapian/Manifest
+++ b/dev-perl/Search-Xapian/Manifest
@@ -1,3 +1 @@
-DIST Search-Xapian-1.2.19.0.tar.gz 63667 SHA256 d9ff745bb3ace7c1c2dbcf4ad65f3e50b3744d16c0a9ee3a51fe7c6541f639c2 SHA512 78ba36f3b8157ef872330b88992012d3f553abc3f2322bbb1d0f3111681dd530e5b57e4989fef645401d19cb4d95f5d284a305c5470efc2911051d1765551a3f WHIRLPOOL 9f81480e6341f3bd65bfd243d95d5b8ecce30cb4b9c531a3dffac48f1d787259988e51a19a32af73693dbbbbba8e08865e1a116a49f9fe4f0b2fa2e78a22c0e8
-DIST Search-Xapian-1.2.22.0.tar.gz 70102 SHA256 52c24e224c68ed763d50b040c38a21dfc31bc69a7c896a3114262786c03c4edd SHA512 2c16d1afbf5e386f716809afaca18967a7517e8c18bc25ef8c8aed2ece11dd2d7a5b3b6c438dea1f4bdd0baad512f36958668852d053bd9ed3db07614c7c9d63 WHIRLPOOL b2ec1ba55bb801a24b4a64fc30482aa72d83fe81387898640cfece98a53d83124b21e731d37e605f7d7fa993554a737dde3c382e52ae931b42494fcfe3cbb35c
DIST Search-Xapian-1.2.23.0.tar.gz 70255 SHA256 90ea2e962f9a4e5f73719bd30b877f5272da886f3693d3a961f4d84b2ef34402 SHA512 48d47e4edc5f752fc31c4142ce3c92a8ead122d4d872326a153fcb9f8667da4101384a3e06375ebb8d2e3148df744484e92bedad7bf4743417c84018ccda9526 WHIRLPOOL 05b472891a7556f51b1ce1d8ae1e8e6f38ae5538d2e8445e0533e92380dda764a37693d6904fd396b97904486c3e961a4bef4ed1791601a02976f7c85e31e79b
diff --git a/dev-perl/Search-Xapian/Search-Xapian-1.2.19.0.ebuild b/dev-perl/Search-Xapian/Search-Xapian-1.2.19.0.ebuild
deleted file mode 100644
index 7cd9097..00000000
--- a/dev-perl/Search-Xapian/Search-Xapian-1.2.19.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-MODULE_AUTHOR=OLLY
-inherit perl-module toolchain-funcs versionator
-
-VERSION=$(get_version_component_range 1-3)
-
-SRC_URI+=" http://oligarchy.co.uk/xapian/${VERSION}/${P}.tar.gz"
-DESCRIPTION="Perl XS frontend to the Xapian C++ search library"
-
-LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sparc x86"
-IUSE="examples"
-
-RDEPEND="~dev-libs/xapian-${VERSION}
- !dev-libs/xapian-bindings[perl]"
-DEPEND="${RDEPEND}
- dev-perl/Module-Build"
-
-SRC_TEST="do"
-
-myconf="CXX=$(tc-getCXX) CXXFLAGS=${CXXFLAGS}"
-
-src_install() {
- perl-module_src_install
-
- use examples && {
- docinto examples
- dodoc "${S}"/examples/*
- }
-}
diff --git a/dev-perl/Search-Xapian/Search-Xapian-1.2.22.0.ebuild b/dev-perl/Search-Xapian/Search-Xapian-1.2.22.0.ebuild
deleted file mode 100644
index 175da7f..00000000
--- a/dev-perl/Search-Xapian/Search-Xapian-1.2.22.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-MODULE_AUTHOR=OLLY
-inherit perl-module toolchain-funcs versionator
-
-VERSION=$(get_version_component_range 1-3)
-
-SRC_URI+=" http://oligarchy.co.uk/xapian/${VERSION}/${P}.tar.gz"
-DESCRIPTION="Perl XS frontend to the Xapian C++ search library"
-
-LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
-IUSE="examples"
-
-RDEPEND="dev-libs/xapian:0/1.2.22
- !dev-libs/xapian-bindings[perl]"
-DEPEND="${RDEPEND}
- dev-perl/Module-Build"
-
-SRC_TEST="do"
-
-myconf="CXX=$(tc-getCXX) CXXFLAGS=${CXXFLAGS}"
-
-src_install() {
- perl-module_src_install
-
- use examples && {
- docinto examples
- dodoc "${S}"/examples/*
- }
-}
next reply other threads:[~2016-09-04 16:30 UTC|newest]
Thread overview: 57+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-04 16:30 Anthony G. Basile [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-17 10:55 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Search-Xapian/ Petr Vaněk
2024-07-14 22:51 Sam James
2024-07-14 22:51 Sam James
2024-07-14 22:51 Sam James
2024-07-14 22:51 Sam James
2024-07-14 22:51 Sam James
2024-06-18 14:50 Jason A. Donenfeld
2024-02-25 13:36 Sam James
2023-12-02 21:34 Sam James
2022-10-28 18:50 Sam James
2022-10-28 18:26 Sam James
2022-10-28 18:26 Sam James
2022-10-28 18:26 Sam James
2022-10-28 18:24 Sam James
2022-10-28 18:24 Sam James
2022-06-29 11:09 Sam James
2022-03-10 22:45 Sam James
2022-02-28 22:58 Andreas K. Hüttel
2022-02-28 16:16 Anthony G. Basile
2021-12-05 22:15 Andreas K. Hüttel
2021-08-06 19:33 Andreas K. Hüttel
2021-06-03 22:52 Sam James
2020-11-20 16:50 Anthony G. Basile
2020-11-18 0:57 Anthony G. Basile
2020-04-10 9:48 Sergei Trofimovich
2018-09-30 14:58 Anthony G. Basile
2018-09-30 14:56 Anthony G. Basile
2018-08-30 4:44 Markus Meier
2018-08-11 18:55 Sergei Trofimovich
2018-08-04 0:01 Mikle Kolyada
2018-07-31 8:33 Sergei Trofimovich
2018-07-30 22:08 Sergei Trofimovich
2018-07-30 21:28 Sergei Trofimovich
2018-07-29 14:04 Thomas Deutschmann
2018-07-20 15:00 Anthony G. Basile
2017-11-20 12:31 Anthony G. Basile
2017-11-09 0:07 Matt Turner
2017-10-06 11:08 Anthony G. Basile
2016-12-30 11:12 Agostino Sarubbo
2016-11-03 16:19 Göktürk Yüksek
2016-08-18 0:52 Anthony G. Basile
2016-05-25 22:27 Matt Turner
2016-05-25 22:27 Matt Turner
2016-05-25 14:28 Tobias Klausmann
2016-05-19 19:23 Markus Meier
2016-05-19 19:16 Markus Meier
2016-05-13 10:12 Agostino Sarubbo
2016-05-02 18:24 Andreas Hüttel
2016-05-02 18:24 Andreas Hüttel
2016-03-30 10:22 Anthony G. Basile
2016-02-21 19:03 Markus Meier
2016-02-15 1:57 Anthony G. Basile
2016-02-13 15:09 Anthony G. Basile
2016-02-13 15:09 Anthony G. Basile
2015-12-31 15:30 Anthony G. Basile
2015-10-13 18:53 Anthony G. Basile
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=1473006587.ded92eb764d189124c95769975d69ef62811af35.blueness@gentoo \
--to=blueness@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