Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@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 metadata.xml ChangeLog autoconf-archive-2010.07.06.ebuild autoconf-archive-2009.12.16.ebuild autoconf-archive-2008.11.07.ebuild
Date: Sat, 21 Aug 2010 21:11:38
Message-Id: 20100821211133.0325E2004E@flycatcher.gentoo.org
1 scarabeus 10/08/21 21:11:32
2
3 Modified: autoconf-archive-2010.08.19.ebuild metadata.xml
4 ChangeLog autoconf-archive-2010.07.06.ebuild
5 Removed: autoconf-archive-2009.12.16.ebuild
6 autoconf-archive-2008.11.07.ebuild
7 Log:
8 Fixup homepage. Remove old. Stabilise 2010.07.06. Take maintainership.
9 (Portage version: 2.2_rc67/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.2 sys-devel/autoconf-archive/autoconf-archive-2010.08.19.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2010.08.19.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2010.08.19.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2010.08.19.ebuild?r1=1.1&r2=1.2
17
18 Index: autoconf-archive-2010.08.19.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2010.08.19.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- autoconf-archive-2010.08.19.ebuild 20 Aug 2010 15:45:14 -0000 1.1
25 +++ autoconf-archive-2010.08.19.ebuild 21 Aug 2010 21:11:32 -0000 1.2
26 @@ -1,11 +1,11 @@
27 # Copyright 1999-2010 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $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 $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2010.08.19.ebuild,v 1.2 2010/08/21 21:11:32 scarabeus Exp $
31
32 EAPI="3"
33
34 DESCRIPTION="GNU Autoconf Macro Archive"
35 -HOMEPAGE="http://autoconf-archive.cryp.to/"
36 +HOMEPAGE="http://www.gnu.org/software/autoconf-archive/"
37 SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
38
39 LICENSE="GPL-3"
40 @@ -15,8 +15,6 @@
41
42 src_install() {
43 emake DESTDIR="${D}" install || die
44 - dodir /usr/share/doc
45 - mv "${D}"/usr/share/{${PN},doc/${PF}} || die
46 - rm -f "${D}"/usr/share/doc/${PF}/COPYING
47 - dodoc AUTHORS ChangeLog NEWS README TODO
48 + rm -rf "${D}"/usr/share/${PN} || die
49 + dodoc AUTHORS ChangeLog NEWS README TODO || die
50 }
51
52
53
54 1.3 sys-devel/autoconf-archive/metadata.xml
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf-archive/metadata.xml?rev=1.3&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf-archive/metadata.xml?rev=1.3&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf-archive/metadata.xml?r1=1.2&r2=1.3
59
60 Index: metadata.xml
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/metadata.xml,v
63 retrieving revision 1.2
64 retrieving revision 1.3
65 diff -u -r1.2 -r1.3
66 --- metadata.xml 21 Apr 2008 18:17:22 -0000 1.2
67 +++ metadata.xml 21 Aug 2010 21:11:32 -0000 1.3
68 @@ -3,7 +3,7 @@
69 <pkgmetadata>
70 <herd>no-herd</herd>
71 <maintainer>
72 - <email>maintainer-needed@g.o</email>
73 - <name>Default assignee for orphaned packages</name>
74 + <email>scarabeus@g.o</email>
75 + <name>Tomáš Chvátal</name>
76 </maintainer>
77 </pkgmetadata>
78
79
80
81 1.32 sys-devel/autoconf-archive/ChangeLog
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf-archive/ChangeLog?rev=1.32&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf-archive/ChangeLog?rev=1.32&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf-archive/ChangeLog?r1=1.31&r2=1.32
86
87 Index: ChangeLog
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v
90 retrieving revision 1.31
91 retrieving revision 1.32
92 diff -u -r1.31 -r1.32
93 --- ChangeLog 20 Aug 2010 15:45:14 -0000 1.31
94 +++ ChangeLog 21 Aug 2010 21:11:32 -0000 1.32
95 @@ -1,6 +1,12 @@
96 # ChangeLog for sys-devel/autoconf-archive
97 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
98 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v 1.31 2010/08/20 15:45:14 jer Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v 1.32 2010/08/21 21:11:32 scarabeus Exp $
100 +
101 + 21 Aug 2010; Tomáš Chvátal <scarabeus@g.o>
102 + -autoconf-archive-2008.11.07.ebuild, -autoconf-archive-2009.12.16.ebuild,
103 + autoconf-archive-2010.07.06.ebuild, autoconf-archive-2010.08.19.ebuild,
104 + metadata.xml:
105 + Fixup homepage. Remove old. Stabilise 2010.07.06. Take maintainership.
106
107 *autoconf-archive-2010.08.19 (20 Aug 2010)
108
109
110
111
112 1.2 sys-devel/autoconf-archive/autoconf-archive-2010.07.06.ebuild
113
114 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2010.07.06.ebuild?rev=1.2&view=markup
115 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2010.07.06.ebuild?rev=1.2&content-type=text/plain
116 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2010.07.06.ebuild?r1=1.1&r2=1.2
117
118 Index: autoconf-archive-2010.07.06.ebuild
119 ===================================================================
120 RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2010.07.06.ebuild,v
121 retrieving revision 1.1
122 retrieving revision 1.2
123 diff -u -r1.1 -r1.2
124 --- autoconf-archive-2010.07.06.ebuild 10 Jul 2010 00:12:07 -0000 1.1
125 +++ autoconf-archive-2010.07.06.ebuild 21 Aug 2010 21:11:32 -0000 1.2
126 @@ -1,22 +1,20 @@
127 # Copyright 1999-2010 Gentoo Foundation
128 # Distributed under the terms of the GNU General Public License v2
129 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2010.07.06.ebuild,v 1.1 2010/07/10 00:12:07 vapier Exp $
130 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2010.07.06.ebuild,v 1.2 2010/08/21 21:11:32 scarabeus Exp $
131
132 EAPI="3"
133
134 DESCRIPTION="GNU Autoconf Macro Archive"
135 -HOMEPAGE="http://autoconf-archive.cryp.to/"
136 +HOMEPAGE="http://www.gnu.org/software/autoconf-archive/"
137 SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
138
139 LICENSE="GPL-3"
140 SLOT="0"
141 -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"
142 +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"
143 IUSE=""
144
145 src_install() {
146 emake DESTDIR="${D}" install || die
147 - dodir /usr/share/doc
148 - mv "${D}"/usr/share/{${PN},doc/${PF}} || die
149 - rm -f "${D}"/usr/share/doc/${PF}/COPYING
150 - dodoc AUTHORS ChangeLog NEWS README TODO
151 + rm -rf "${D}"/usr/share/${PN} || die
152 + dodoc AUTHORS ChangeLog NEWS README TODO || die
153 }