Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libaosd: libaosd-0.2.7.ebuild ChangeLog
Date: Fri, 06 Dec 2013 07:20:59
Message-Id: 20131206072052.7BD9A2004B@flycatcher.gentoo.org
1 polynomial-c 13/12/06 07:20:52
2
3 Modified: libaosd-0.2.7.ebuild ChangeLog
4 Log:
5 Fixed homepage and download location
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
8
9 Revision Changes Path
10 1.3 x11-libs/libaosd/libaosd-0.2.7.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libaosd/libaosd-0.2.7.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libaosd/libaosd-0.2.7.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libaosd/libaosd-0.2.7.ebuild?r1=1.2&r2=1.3
15
16 Index: libaosd-0.2.7.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libaosd/libaosd-0.2.7.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- libaosd-0.2.7.ebuild 14 Jan 2013 08:25:14 -0000 1.2
23 +++ libaosd-0.2.7.ebuild 6 Dec 2013 07:20:52 -0000 1.3
24 @@ -1,13 +1,13 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libaosd/libaosd-0.2.7.ebuild,v 1.2 2013/01/14 08:25:14 polynomial-c Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libaosd/libaosd-0.2.7.ebuild,v 1.3 2013/12/06 07:20:52 polynomial-c Exp $
29
30 -EAPI=3
31 +EAPI=5
32 inherit autotools-utils
33
34 DESCRIPTION="An advanced on screen display (OSD) library"
35 -HOMEPAGE="http://www.atheme.org/project/libaosd"
36 -SRC_URI="http://distfiles.atheme.org/${P}.tgz"
37 +HOMEPAGE="https://github.com/atheme/libaosd"
38 +SRC_URI="https://github.com/atheme/${PN}/archive/0.2.7.tar.gz -> ${P}.tar.gz"
39
40 LICENSE="MIT"
41 SLOT="0"
42 @@ -25,6 +25,10 @@
43 AUTOTOOLS_IN_SOURCE_BUILD=1
44 DOCS=( Changelog )
45
46 +src_prepare() {
47 + eautoreconf
48 +}
49 +
50 src_configure() {
51 myeconfargs=(
52 $(use_enable tools glib)
53
54
55
56 1.4 x11-libs/libaosd/ChangeLog
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libaosd/ChangeLog?rev=1.4&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libaosd/ChangeLog?rev=1.4&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libaosd/ChangeLog?r1=1.3&r2=1.4
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libaosd/ChangeLog,v
65 retrieving revision 1.3
66 retrieving revision 1.4
67 diff -u -r1.3 -r1.4
68 --- ChangeLog 15 Jan 2013 21:47:48 -0000 1.3
69 +++ ChangeLog 6 Dec 2013 07:20:52 -0000 1.4
70 @@ -1,6 +1,9 @@
71 # ChangeLog for x11-libs/libaosd
72 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libaosd/ChangeLog,v 1.3 2013/01/15 21:47:48 mgorny Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libaosd/ChangeLog,v 1.4 2013/12/06 07:20:52 polynomial-c Exp $
75 +
76 + 06 Dec 2013; Lars Wendler <polynomial-c@g.o> libaosd-0.2.7.ebuild:
77 + Fixed homepage and download location.
78
79 15 Jan 2013; Michał Górny <mgorny@g.o> metadata.xml:
80 Drop to maintainer-needed.