diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2014-02-11 09:29:09 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2014-02-11 09:29:09 +0000 |
commit | 3099f31ccd5a96ca53e6be6ce477f69dab557be1 (patch) | |
tree | 3361eccfaa6e927fd15553fc293de19009001733 /x11-plugins/wmsystemtray | |
parent | Bump to latest aufs3, linux and genpatches release (diff) | |
download | gentoo-2-3099f31ccd5a96ca53e6be6ce477f69dab557be1.tar.gz gentoo-2-3099f31ccd5a96ca53e6be6ce477f69dab557be1.tar.bz2 gentoo-2-3099f31ccd5a96ca53e6be6ce477f69dab557be1.zip |
Version bump
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Diffstat (limited to 'x11-plugins/wmsystemtray')
-rw-r--r-- | x11-plugins/wmsystemtray/ChangeLog | 10 | ||||
-rw-r--r-- | x11-plugins/wmsystemtray/wmsystemtray-1.3.ebuild | 19 |
2 files changed, 27 insertions, 2 deletions
diff --git a/x11-plugins/wmsystemtray/ChangeLog b/x11-plugins/wmsystemtray/ChangeLog index 85efe8fe23c2..37a59e6056b4 100644 --- a/x11-plugins/wmsystemtray/ChangeLog +++ b/x11-plugins/wmsystemtray/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-plugins/wmsystemtray -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsystemtray/ChangeLog,v 1.1 2012/02/22 11:29:03 voyageur Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsystemtray/ChangeLog,v 1.2 2014/02/11 09:29:09 voyageur Exp $ + +*wmsystemtray-1.3 (11 Feb 2014) + + 11 Feb 2014; Bernard Cafarelli <voyageur@gentoo.org> + +wmsystemtray-1.3.ebuild: + Version bump *wmsystemtray-1.2 (20 Feb 2012) diff --git a/x11-plugins/wmsystemtray/wmsystemtray-1.3.ebuild b/x11-plugins/wmsystemtray/wmsystemtray-1.3.ebuild new file mode 100644 index 000000000000..26ffe63abf52 --- /dev/null +++ b/x11-plugins/wmsystemtray/wmsystemtray-1.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsystemtray/wmsystemtray-1.3.ebuild,v 1.1 2014/02/11 09:29:09 voyageur Exp $ + +EAPI=5 + +DESCRIPTION="a system tray dockapp with the ability to display more than just four tray icons" +HOMEPAGE="http://sourceforge.net/projects/wmsystemtray/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="x11-libs/libXext + x11-libs/libXfixes + x11-libs/libXmu" +RDEPEND="${DEPEND}" |