Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/libperl: libperl-5.10.1-r1.ebuild ChangeLog
Date: Sat, 03 Mar 2012 11:51:18
Message-Id: 20120303115104.A6AE82004B@flycatcher.gentoo.org
1 grobian 12/03/03 11:51:04
2
3 Modified: ChangeLog
4 Added: libperl-5.10.1-r1.ebuild
5 Log:
6 Revbump for EAPI=3 and Prefix changes, transferred Prefix keywords, bug #395685
7
8 (Portage version: 2.2.01.20271-prefix/cvs/Darwin i386)
9
10 Revision Changes Path
11 1.163 sys-devel/libperl/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libperl/ChangeLog?rev=1.163&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libperl/ChangeLog?rev=1.163&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libperl/ChangeLog?r1=1.162&r2=1.163
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-devel/libperl/ChangeLog,v
20 retrieving revision 1.162
21 retrieving revision 1.163
22 diff -u -r1.162 -r1.163
23 --- ChangeLog 7 Mar 2011 11:36:45 -0000 1.162
24 +++ ChangeLog 3 Mar 2012 11:51:04 -0000 1.163
25 @@ -1,6 +1,12 @@
26 # ChangeLog for sys-devel/libperl
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/ChangeLog,v 1.162 2011/03/07 11:36:45 tove Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/ChangeLog,v 1.163 2012/03/03 11:51:04 grobian Exp $
31 +
32 +*libperl-5.10.1-r1 (03 Mar 2012)
33 +
34 + 03 Mar 2012; Fabian Groffen <grobian@g.o> +libperl-5.10.1-r1.ebuild:
35 + Revbump for EAPI=3 and Prefix changes, transferred Prefix keywords, bug
36 + #395685
37
38 07 Mar 2011; Torsten Veller <tove@g.o> libperl-5.8.8-r2.ebuild:
39 Drop -Dusrinc=$(get_ml_incdir) (#357737)
40
41
42
43 1.1 sys-devel/libperl/libperl-5.10.1-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libperl/libperl-5.10.1-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libperl/libperl-5.10.1-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: libperl-5.10.1-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.10.1-r1.ebuild,v 1.1 2012/03/03 11:51:04 grobian Exp $
53
54 inherit multilib
55
56 DESCRIPTION="Larry Wall's Practical Extraction and Report Language"
57 SRC_URI=""
58 HOMEPAGE="http://www.gentoo.org/"
59
60 LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
61 SLOT="1"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
63 IUSE=""
64
65 PDEPEND=">=dev-lang/perl-5.10.1"
66
67 pkg_postinst() {
68 if [[ $(readlink "${EROOT}/usr/$(get_libdir )/libperl$(get_libname)" ) == libperl$(get_libname 1) ]] ; then
69 einfo "Removing stale symbolic link: ${EROOT}usr/$(get_libdir)/libperl$(get_libname)"
70 rm "${EROOT}"/usr/$(get_libdir )/libperl$(get_libname)
71 fi
72 }