diff options
author | Jim Ramsay <lack@gentoo.org> | 2010-01-12 14:21:17 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2010-01-12 14:21:17 +0000 |
commit | 026a5b11a6f444d9aa5d7157b8cfd99060bb597b (patch) | |
tree | 0424a4da25ef8ac565500dd070c358318d608a34 /rox-extra/resolution | |
parent | Version bump (diff) | |
download | gentoo-2-026a5b11a6f444d9aa5d7157b8cfd99060bb597b.tar.gz gentoo-2-026a5b11a6f444d9aa5d7157b8cfd99060bb597b.tar.bz2 gentoo-2-026a5b11a6f444d9aa5d7157b8cfd99060bb597b.zip |
Version bump: 0.3 is released
(Portage version: 2.1.7.11/cvs/Linux x86_64)
Diffstat (limited to 'rox-extra/resolution')
-rw-r--r-- | rox-extra/resolution/ChangeLog | 9 | ||||
-rw-r--r-- | rox-extra/resolution/resolution-0.3.ebuild | 21 |
2 files changed, 28 insertions, 2 deletions
diff --git a/rox-extra/resolution/ChangeLog b/rox-extra/resolution/ChangeLog index 55eb199987ff..872ba44a1363 100644 --- a/rox-extra/resolution/ChangeLog +++ b/rox-extra/resolution/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for rox-extra/resolution -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/resolution/ChangeLog,v 1.11 2007/11/29 15:38:07 lack Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/rox-extra/resolution/ChangeLog,v 1.12 2010/01/12 14:21:17 lack Exp $ + +*resolution-0.3 (12 Jan 2010) + + 12 Jan 2010; Jim Ramsay <lack@gentoo.org> +resolution-0.3.ebuild: + Version bump: 0.3 is released 29 Nov 2007; Jim Ramsay <lack@gentoo.org> -resolution-0.2.ebuild: Version cleanup diff --git a/rox-extra/resolution/resolution-0.3.ebuild b/rox-extra/resolution/resolution-0.3.ebuild new file mode 100644 index 000000000000..a997fc5feebd --- /dev/null +++ b/rox-extra/resolution/resolution-0.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/rox-extra/resolution/resolution-0.3.ebuild,v 1.1 2010/01/12 14:21:17 lack Exp $ + +ROX_LIB_VER=1.9.3 +inherit rox + +DESCRIPTION="Change the screen resolution using xrandr" +HOMEPAGE="http://rox.sourceforge.net/" +SRC_URI="mirror://sourceforge/rox/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="" +RDEPEND="x11-apps/xrandr" + +APPNAME=Resolution +APPCATEGORY="Settings;HardwareSettings" |