diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-11-22 04:13:39 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-11-22 04:13:39 +0000 |
commit | 4b836565722a00a32900fc67796ccd3ef423cb2a (patch) | |
tree | 2e742772d6ae402ef4e5697eec7647d1531f305c /dev-util | |
parent | Get rid of boost-utils eclass usage. (diff) | |
download | gentoo-2-4b836565722a00a32900fc67796ccd3ef423cb2a.tar.gz gentoo-2-4b836565722a00a32900fc67796ccd3ef423cb2a.tar.bz2 gentoo-2-4b836565722a00a32900fc67796ccd3ef423cb2a.zip |
Bump to latest EAPI; use the default src_install; depend on threads-safe boost (if available).
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/gource/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/gource/gource-0.38.ebuild | 11 |
2 files changed, 9 insertions, 8 deletions
diff --git a/dev-util/gource/ChangeLog b/dev-util/gource/ChangeLog index afda6c9a376a..d898728bf110 100644 --- a/dev-util/gource/ChangeLog +++ b/dev-util/gource/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/gource # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gource/ChangeLog,v 1.22 2012/07/10 09:56:31 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gource/ChangeLog,v 1.23 2012/11/22 04:13:39 flameeyes Exp $ + + 22 Nov 2012; Diego E. Pettenò <flameeyes@gentoo.org> gource-0.38.ebuild: + Bump to latest EAPI; use the default src_install; depend on threads-safe boost + (if available). 10 Jul 2012; Diego E. Pettenò <flameeyes@gentoo.org> +files/gource-0.38+boost-1.50.patch, gource-0.38.ebuild: diff --git a/dev-util/gource/gource-0.38.ebuild b/dev-util/gource/gource-0.38.ebuild index b42170629cdb..c042d999045c 100644 --- a/dev-util/gource/gource-0.38.ebuild +++ b/dev-util/gource/gource-0.38.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gource/gource-0.38.ebuild,v 1.4 2012/07/10 09:56:31 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gource/gource-0.38.ebuild,v 1.5 2012/11/22 04:13:39 flameeyes Exp $ -EAPI=2 +EAPI=5 inherit eutils autotools flag-o-matic versionator @@ -29,7 +29,7 @@ RDEPEND=" media-fonts/freefont-ttf >=media-libs/glew-1.5 dev-libs/tinyxml - >=dev-libs/boost-1.46 + >=dev-libs/boost-1.46[threads(+)] " DEPEND=" ${RDEPEND} @@ -62,7 +62,4 @@ src_configure() { --with-tinyxml } -src_install() { - emake DESTDIR="${D}" install || die "Install failed" - dodoc README ChangeLog THANKS || die "dodoc failed" -} +DOCS=( README ChangeLog THANKS ) |