diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-07-02 01:40:54 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-07-02 01:40:54 +0000 |
commit | 71355c14ca2f08fc59bdf41902e88abaf964328d (patch) | |
tree | 5c0d7324671236ef3f2fd054b1c36ab11b65f29a /x11-apps | |
parent | Version bump. (diff) | |
download | gentoo-2-71355c14ca2f08fc59bdf41902e88abaf964328d.tar.gz gentoo-2-71355c14ca2f08fc59bdf41902e88abaf964328d.tar.bz2 gentoo-2-71355c14ca2f08fc59bdf41902e88abaf964328d.zip |
Version bump.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/smproxy/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/smproxy/smproxy-1.0.6.ebuild | 15 |
2 files changed, 21 insertions, 1 deletions
diff --git a/x11-apps/smproxy/ChangeLog b/x11-apps/smproxy/ChangeLog index 9560b97f2151..58f4e768bc1f 100644 --- a/x11-apps/smproxy/ChangeLog +++ b/x11-apps/smproxy/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/smproxy # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/smproxy/ChangeLog,v 1.53 2015/04/12 18:42:16 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/smproxy/ChangeLog,v 1.54 2015/07/02 01:40:54 mrueg Exp $ + +*smproxy-1.0.6 (02 Jul 2015) + + 02 Jul 2015; Manuel Rüger <mrueg@gentoo.org> +smproxy-1.0.6.ebuild: + Version bump. 12 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -smproxy-1.0.4.ebuild: Remove old. diff --git a/x11-apps/smproxy/smproxy-1.0.6.ebuild b/x11-apps/smproxy/smproxy-1.0.6.ebuild new file mode 100644 index 000000000000..ca84c83cf663 --- /dev/null +++ b/x11-apps/smproxy/smproxy-1.0.6.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/smproxy/smproxy-1.0.6.ebuild,v 1.1 2015/07/02 01:40:54 mrueg Exp $ + +EAPI=5 +inherit xorg-2 + +DESCRIPTION="Session Manager Proxy" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND="x11-libs/libXt + x11-libs/libXmu" +DEPEND="${RDEPEND}" |