diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-02-18 20:02:57 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-02-18 20:02:57 +0000 |
commit | d8fcf1bee2e5691a0d46b7729644466f7f70713b (patch) | |
tree | 9ca7924aca62afd75be7f03e2f9ee1d841302e18 /x11-apps/rstart | |
parent | Version bump. (diff) | |
download | gentoo-2-d8fcf1bee2e5691a0d46b7729644466f7f70713b.tar.gz gentoo-2-d8fcf1bee2e5691a0d46b7729644466f7f70713b.tar.bz2 gentoo-2-d8fcf1bee2e5691a0d46b7729644466f7f70713b.zip |
Version bump.
(Portage version: 2.1.11.50/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-apps/rstart')
-rw-r--r-- | x11-apps/rstart/ChangeLog | 11 | ||||
-rw-r--r-- | x11-apps/rstart/rstart-1.0.5.ebuild | 14 |
2 files changed, 22 insertions, 3 deletions
diff --git a/x11-apps/rstart/ChangeLog b/x11-apps/rstart/ChangeLog index 8b0563159af1..dae755960453 100644 --- a/x11-apps/rstart/ChangeLog +++ b/x11-apps/rstart/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/rstart -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/rstart/ChangeLog,v 1.34 2011/02/14 15:48:29 scarabeus Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/rstart/ChangeLog,v 1.35 2013/02/18 20:02:57 chithanh Exp $ + +*rstart-1.0.5 (18 Feb 2013) + + 18 Feb 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +rstart-1.0.5.ebuild: + Version bump. 14 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> -rstart-1.0.3.ebuild: old @@ -127,4 +133,3 @@ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; +files/rstart-destdir.patch, +rstart-0.99.0.ebuild: Initial commit for modular X. - diff --git a/x11-apps/rstart/rstart-1.0.5.ebuild b/x11-apps/rstart/rstart-1.0.5.ebuild new file mode 100644 index 000000000000..e2801391ad65 --- /dev/null +++ b/x11-apps/rstart/rstart-1.0.5.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/rstart/rstart-1.0.5.ebuild,v 1.1 2013/02/18 20:02:57 chithanh Exp $ + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="X.Org rstart application" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND="x11-proto/xproto" +DEPEND="${RDEPEND}" |