diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2013-12-06 07:20:52 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2013-12-06 07:20:52 +0000 |
commit | 26236162588562e5327a518571e1f7857e499fde (patch) | |
tree | 1225d030fbf38b451d388888f205029c85e2f871 /x11-libs/libaosd | |
parent | Version bump, wrt bug #490840. Thanks to Tim Harder for discovering this issue (diff) | |
download | gentoo-2-26236162588562e5327a518571e1f7857e499fde.tar.gz gentoo-2-26236162588562e5327a518571e1f7857e499fde.tar.bz2 gentoo-2-26236162588562e5327a518571e1f7857e499fde.zip |
Fixed homepage and download location
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'x11-libs/libaosd')
-rw-r--r-- | x11-libs/libaosd/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/libaosd/libaosd-0.2.7.ebuild | 12 |
2 files changed, 12 insertions, 5 deletions
diff --git a/x11-libs/libaosd/ChangeLog b/x11-libs/libaosd/ChangeLog index ffc6847d709b..5bc4a108f57c 100644 --- a/x11-libs/libaosd/ChangeLog +++ b/x11-libs/libaosd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libaosd # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libaosd/ChangeLog,v 1.3 2013/01/15 21:47:48 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libaosd/ChangeLog,v 1.4 2013/12/06 07:20:52 polynomial-c Exp $ + + 06 Dec 2013; Lars Wendler <polynomial-c@gentoo.org> libaosd-0.2.7.ebuild: + Fixed homepage and download location. 15 Jan 2013; Michał Górny <mgorny@gentoo.org> metadata.xml: Drop to maintainer-needed. diff --git a/x11-libs/libaosd/libaosd-0.2.7.ebuild b/x11-libs/libaosd/libaosd-0.2.7.ebuild index f6881004b008..6ba5edb9b394 100644 --- a/x11-libs/libaosd/libaosd-0.2.7.ebuild +++ b/x11-libs/libaosd/libaosd-0.2.7.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $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 $ -EAPI=3 +EAPI=5 inherit autotools-utils DESCRIPTION="An advanced on screen display (OSD) library" -HOMEPAGE="http://www.atheme.org/project/libaosd" -SRC_URI="http://distfiles.atheme.org/${P}.tgz" +HOMEPAGE="https://github.com/atheme/libaosd" +SRC_URI="https://github.com/atheme/${PN}/archive/0.2.7.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" @@ -25,6 +25,10 @@ DEPEND="${RDEPEND}" AUTOTOOLS_IN_SOURCE_BUILD=1 DOCS=( Changelog ) +src_prepare() { + eautoreconf +} + src_configure() { myeconfargs=( $(use_enable tools glib) |