Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/autoconf-archive: ChangeLog autoconf-archive-2008.02.21.ebuild
Date: Fri, 22 Feb 2008 04:49:25
Message-Id: E1JSPqc-0007KO-Tq@stork.gentoo.org
1 vapier 08/02/22 04:49:22
2
3 Modified: ChangeLog
4 Added: autoconf-archive-2008.02.21.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_pre2)
8
9 Revision Changes Path
10 1.18 sys-devel/autoconf-archive/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf-archive/ChangeLog?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf-archive/ChangeLog?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf-archive/ChangeLog?r1=1.17&r2=1.18
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- ChangeLog 24 Aug 2007 07:16:53 -0000 1.17
23 +++ ChangeLog 22 Feb 2008 04:49:22 -0000 1.18
24 @@ -1,6 +1,12 @@
25 # ChangeLog for sys-devel/autoconf-archive
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v 1.17 2007/08/24 07:16:53 vapier Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v 1.18 2008/02/22 04:49:22 vapier Exp $
30 +
31 +*autoconf-archive-2008.02.21 (22 Feb 2008)
32 +
33 + 22 Feb 2008; Mike Frysinger <vapier@g.o>
34 + +autoconf-archive-2008.02.21.ebuild:
35 + Version bump.
36
37 *autoconf-archive-2007.08.22 (24 Aug 2007)
38
39
40
41
42 1.1 sys-devel/autoconf-archive/autoconf-archive-2008.02.21.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2008.02.21.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2008.02.21.ebuild?rev=1.1&content-type=text/plain
46
47 Index: autoconf-archive-2008.02.21.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2008.02.21.ebuild,v 1.1 2008/02/22 04:49:22 vapier Exp $
52
53 inherit eutils
54
55 MY_PV=${PV//./-}
56 DESCRIPTION="GNU Autoconf Macro Archive"
57 HOMEPAGE="http://autoconf-archive.cryp.to/"
58 SRC_URI="http://autoconf-archive.cryp.to/${PN}-${MY_PV}.tar.bz2"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
63 IUSE=""
64
65 DEPEND=""
66 RDEPEND="sys-devel/automake
67 sys-devel/autoconf"
68
69 S=${WORKDIR}/${PN}-${MY_PV}
70
71 src_install() {
72 emake install DESTDIR="${D}" || die
73 dodir /usr/share/doc
74 mv "${D}"/usr/share/{${PN},doc/${PF}} || die
75 }
76
77
78
79 --
80 gentoo-commits@l.g.o mailing list