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: autoconf-archive-2010.08.19.ebuild ChangeLog
Date: Fri, 20 Aug 2010 15:45:46
Message-Id: 20100820154515.10D9F2004C@flycatcher.gentoo.org
1 jer 10/08/20 15:45:15
2
3 Modified: ChangeLog
4 Added: autoconf-archive-2010.08.19.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc67/cvs/Linux i686)
8
9 Revision Changes Path
10 1.31 sys-devel/autoconf-archive/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf-archive/ChangeLog?rev=1.31&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf-archive/ChangeLog?rev=1.31&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf-archive/ChangeLog?r1=1.30&r2=1.31
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v
19 retrieving revision 1.30
20 retrieving revision 1.31
21 diff -u -r1.30 -r1.31
22 --- ChangeLog 10 Jul 2010 00:12:07 -0000 1.30
23 +++ ChangeLog 20 Aug 2010 15:45:14 -0000 1.31
24 @@ -1,6 +1,12 @@
25 # ChangeLog for sys-devel/autoconf-archive
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v 1.30 2010/07/10 00:12:07 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v 1.31 2010/08/20 15:45:14 jer Exp $
29 +
30 +*autoconf-archive-2010.08.19 (20 Aug 2010)
31 +
32 + 20 Aug 2010; Jeroen Roovers <jer@g.o>
33 + +autoconf-archive-2010.08.19.ebuild:
34 + Version bump.
35
36 *autoconf-archive-2010.07.06 (10 Jul 2010)
37
38
39
40
41 1.1 sys-devel/autoconf-archive/autoconf-archive-2010.08.19.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2010.08.19.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2010.08.19.ebuild?rev=1.1&content-type=text/plain
45
46 Index: autoconf-archive-2010.08.19.ebuild
47 ===================================================================
48 # Copyright 1999-2010 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-2010.08.19.ebuild,v 1.1 2010/08/20 15:45:14 jer Exp $
51
52 EAPI="3"
53
54 DESCRIPTION="GNU Autoconf Macro Archive"
55 HOMEPAGE="http://autoconf-archive.cryp.to/"
56 SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
57
58 LICENSE="GPL-3"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
61 IUSE=""
62
63 src_install() {
64 emake DESTDIR="${D}" install || die
65 dodir /usr/share/doc
66 mv "${D}"/usr/share/{${PN},doc/${PF}} || die
67 rm -f "${D}"/usr/share/doc/${PF}/COPYING
68 dodoc AUTHORS ChangeLog NEWS README TODO
69 }