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.04.17.ebuild
Date: Sun, 20 Apr 2008 19:13:18
Message-Id: E1JneyP-00083g-My@stork.gentoo.org
1 vapier 08/04/20 19:13:13
2
3 Modified: ChangeLog
4 Added: autoconf-archive-2008.04.17.ebuild
5 Log:
6 Version bump #218457 by Peter Simons.
7 (Portage version: 2.2_pre5)
8
9 Revision Changes Path
10 1.19 sys-devel/autoconf-archive/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf-archive/ChangeLog?rev=1.19&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf-archive/ChangeLog?rev=1.19&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf-archive/ChangeLog?r1=1.18&r2=1.19
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v
19 retrieving revision 1.18
20 retrieving revision 1.19
21 diff -u -r1.18 -r1.19
22 --- ChangeLog 22 Feb 2008 04:49:22 -0000 1.18
23 +++ ChangeLog 20 Apr 2008 19:13:13 -0000 1.19
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.18 2008/02/22 04:49:22 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v 1.19 2008/04/20 19:13:13 vapier Exp $
29 +
30 +*autoconf-archive-2008.04.17 (20 Apr 2008)
31 +
32 + 20 Apr 2008; Mike Frysinger <vapier@g.o>
33 + +autoconf-archive-2008.04.17.ebuild:
34 + Version bump #218457 by Peter Simons.
35
36 *autoconf-archive-2008.02.21 (22 Feb 2008)
37
38
39
40
41 1.1 sys-devel/autoconf-archive/autoconf-archive-2008.04.17.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2008.04.17.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2008.04.17.ebuild?rev=1.1&content-type=text/plain
45
46 Index: autoconf-archive-2008.04.17.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.04.17.ebuild,v 1.1 2008/04/20 19:13:13 vapier 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 }
75
76
77
78 --
79 gentoo-commits@l.g.o mailing list