Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTTP-Negotiate/
Date: Sat, 20 Feb 2016 22:45:41
Message-Id: 1455965077.af9f09b313627175943b4e3d333cca4137205867.monsieurp@gentoo
1 commit: af9f09b313627175943b4e3d333cca4137205867
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 20 10:44:37 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 20 10:44:37 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af9f09b3
7
8 dev-perl/HTTP-Negotiate: Remove old version
9
10 Package-Manager: portage-2.2.27
11
12 .../HTTP-Negotiate/HTTP-Negotiate-6.0.1-r1.ebuild | 23 ----------------------
13 1 file changed, 23 deletions(-)
14
15 diff --git a/dev-perl/HTTP-Negotiate/HTTP-Negotiate-6.0.1-r1.ebuild b/dev-perl/HTTP-Negotiate/HTTP-Negotiate-6.0.1-r1.ebuild
16 deleted file mode 100644
17 index 19f3d5e..0000000
18 --- a/dev-perl/HTTP-Negotiate/HTTP-Negotiate-6.0.1-r1.ebuild
19 +++ /dev/null
20 @@ -1,23 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -
27 -MODULE_AUTHOR=GAAS
28 -MODULE_VERSION=${PV/0./0}
29 -inherit perl-module
30 -
31 -DESCRIPTION="HTTP content negotiation"
32 -
33 -SLOT="0"
34 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
35 -IUSE=""
36 -
37 -RDEPEND="
38 - !<dev-perl/libwww-perl-6
39 - >=dev-perl/HTTP-Message-6.0.0
40 -"
41 -DEPEND="${RDEPEND}"
42 -
43 -SRC_TEST=online