Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/autoconf-archive: ChangeLog autoconf-archive-2008.08.25.ebuild
Date: Mon, 25 Aug 2008 18:09:14
Message-Id: E1KXgV5-0002fm-OA@stork.gentoo.org
1 jer 08/08/25 18:09:11
2
3 Modified: ChangeLog
4 Added: autoconf-archive-2008.08.25.ebuild
5 Log:
6 Version bump thanks to Peter Simons (bug #235689).
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.25-gentoo-r7-JeR i686)
8
9 Revision Changes Path
10 1.21 sys-devel/autoconf-archive/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf-archive/ChangeLog?rev=1.21&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf-archive/ChangeLog?rev=1.21&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf-archive/ChangeLog?r1=1.20&r2=1.21
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v
19 retrieving revision 1.20
20 retrieving revision 1.21
21 diff -u -r1.20 -r1.21
22 --- ChangeLog 21 Apr 2008 18:17:22 -0000 1.20
23 +++ ChangeLog 25 Aug 2008 18:09:11 -0000 1.21
24 @@ -1,6 +1,12 @@
25 # ChangeLog for sys-devel/autoconf-archive
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v 1.20 2008/04/21 18:17:22 phreak Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v 1.21 2008/08/25 18:09:11 jer Exp $
29 +
30 +*autoconf-archive-2008.08.25 (25 Aug 2008)
31 +
32 + 25 Aug 2008; Jeroen Roovers <jer@g.o>
33 + +autoconf-archive-2008.08.25.ebuild:
34 + Version bump thanks to Peter Simons (bug #235689).
35
36 21 Apr 2008; Christian Heim <phreak@g.o> metadata.xml:
37 Fix up metadata.xml. If there's no maintainer for the package, the metadata
38
39
40
41 1.1 sys-devel/autoconf-archive/autoconf-archive-2008.08.25.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2008.08.25.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2008.08.25.ebuild?rev=1.1&content-type=text/plain
45
46 Index: autoconf-archive-2008.08.25.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2008.08.25.ebuild,v 1.1 2008/08/25 18:09:11 jer Exp $
51
52 inherit eutils
53
54 MY_PV=${PV//./-}
55 DESCRIPTION="GNU Autoconf Macro Archive"
56 HOMEPAGE="http://autoconf-archive.cryp.to/"
57 SRC_URI="http://autoconf-archive.cryp.to/${PN}-${MY_PV}.tar.bz2"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
62 IUSE=""
63
64 DEPEND=""
65 RDEPEND="sys-devel/automake
66 sys-devel/autoconf"
67
68 S=${WORKDIR}/${PN}-${MY_PV}
69
70 src_install() {
71 emake install DESTDIR="${D}" || die
72 dodir /usr/share/doc
73 mv "${D}"/usr/share/{${PN},doc/${PF}} || die
74 }