diff options
author | Yixun Lan <dlan@gentoo.org> | 2014-11-14 02:16:03 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2014-11-14 02:16:03 +0000 |
commit | be76414f1c586ec4bfb368caed31ec6dafa76161 (patch) | |
tree | bd64a5e09a2ada6a224f69ba5294f8c13bf86f58 /x11-apps/radeontop | |
parent | Maintainer needed. (diff) | |
download | gentoo-2-be76414f1c586ec4bfb368caed31ec6dafa76161.tar.gz gentoo-2-be76414f1c586ec4bfb368caed31ec6dafa76161.tar.bz2 gentoo-2-be76414f1c586ec4bfb368caed31ec6dafa76161.zip |
version bump, bug 524702, thanks Philip P. for reporting
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'x11-apps/radeontop')
-rw-r--r-- | x11-apps/radeontop/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/radeontop/radeontop-0.8.ebuild (renamed from x11-apps/radeontop/radeontop-0.7.ebuild) | 16 | ||||
-rw-r--r-- | x11-apps/radeontop/radeontop-9999.ebuild | 5 |
3 files changed, 24 insertions, 5 deletions
diff --git a/x11-apps/radeontop/ChangeLog b/x11-apps/radeontop/ChangeLog index 6821a1220a13..445726f7da47 100644 --- a/x11-apps/radeontop/ChangeLog +++ b/x11-apps/radeontop/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/radeontop # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/radeontop/ChangeLog,v 1.2 2014/07/04 20:43:46 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/radeontop/ChangeLog,v 1.3 2014/11/14 02:16:03 dlan Exp $ + +*radeontop-0.8 (14 Nov 2014) + + 14 Nov 2014; Yixun Lan <dlan@gentoo.org> -radeontop-0.7.ebuild, + +radeontop-0.8.ebuild, radeontop-9999.ebuild: + version bump, bug 524702, thanks Philip P. for reporting *radeontop-0.7-r1 (04 Jul 2014) diff --git a/x11-apps/radeontop/radeontop-0.7.ebuild b/x11-apps/radeontop/radeontop-0.8.ebuild index 42f5b0f107eb..b251689671e4 100644 --- a/x11-apps/radeontop/radeontop-0.7.ebuild +++ b/x11-apps/radeontop/radeontop-0.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/radeontop/radeontop-0.7.ebuild,v 1.1 2013/12/19 21:40:21 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/radeontop/radeontop-0.8.ebuild,v 1.1 2014/11/14 02:16:03 dlan Exp $ EAPI=5 inherit eutils toolchain-funcs @@ -17,6 +17,7 @@ IUSE="nls" RDEPEND=" sys-libs/ncurses x11-libs/libpciaccess + x11-libs/libdrm nls? ( sys-libs/ncurses[unicode] virtual/libintl ) " DEPEND="${RDEPEND} @@ -26,6 +27,17 @@ DEPEND="${RDEPEND} src_prepare() { epatch_user + +cat > include/version.h << EOF || die +#ifndef VER_H +#define VER_H + +#define VERSION "${PV}" + +#endif +EOF + >getver.sh || die + touch .git || die } src_configure() { diff --git a/x11-apps/radeontop/radeontop-9999.ebuild b/x11-apps/radeontop/radeontop-9999.ebuild index b4f70201f70d..fc7e35d7080a 100644 --- a/x11-apps/radeontop/radeontop-9999.ebuild +++ b/x11-apps/radeontop/radeontop-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/radeontop/radeontop-9999.ebuild,v 1.1 2013/12/19 21:40:21 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/radeontop/radeontop-9999.ebuild,v 1.2 2014/11/14 02:16:03 dlan Exp $ EAPI=5 inherit eutils toolchain-funcs git-r3 @@ -17,6 +17,7 @@ IUSE="nls" RDEPEND=" sys-libs/ncurses x11-libs/libpciaccess + x11-libs/libdrm nls? ( sys-libs/ncurses[unicode] virtual/libintl ) " DEPEND="${RDEPEND} |