diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-11-01 15:13:46 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-11-01 15:13:46 +0000 |
commit | 0348ee38d6056753dbb59f2cdb20065bcc241fac (patch) | |
tree | 85d490c90ec038cc6dbb3da22fbb86e675a0df13 /x11-apps | |
parent | Version bump (diff) | |
download | gentoo-2-0348ee38d6056753dbb59f2cdb20065bcc241fac.tar.gz gentoo-2-0348ee38d6056753dbb59f2cdb20065bcc241fac.tar.bz2 gentoo-2-0348ee38d6056753dbb59f2cdb20065bcc241fac.zip |
Version bump
(Portage version: 2.2_rc98/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xedit/ChangeLog | 9 | ||||
-rw-r--r-- | x11-apps/xedit/xedit-1.2.0.ebuild | 18 |
2 files changed, 25 insertions, 2 deletions
diff --git a/x11-apps/xedit/ChangeLog b/x11-apps/xedit/ChangeLog index ca670563ae52..527b78797557 100644 --- a/x11-apps/xedit/ChangeLog +++ b/x11-apps/xedit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xedit -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xedit/ChangeLog,v 1.30 2009/07/07 01:34:59 jer Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xedit/ChangeLog,v 1.31 2010/11/01 15:13:46 scarabeus Exp $ + +*xedit-1.2.0 (01 Nov 2010) + + 01 Nov 2010; Tomáš Chvátal <scarabeus@gentoo.org> +xedit-1.2.0.ebuild: + Version bump 07 Jul 2009; Jeroen Roovers <jer@gentoo.org> xedit-1.1.2.ebuild: Stable for HPPA too. diff --git a/x11-apps/xedit/xedit-1.2.0.ebuild b/x11-apps/xedit/xedit-1.2.0.ebuild new file mode 100644 index 000000000000..624c7ce84c1b --- /dev/null +++ b/x11-apps/xedit/xedit-1.2.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xedit/xedit-1.2.0.ebuild,v 1.1 2010/11/01 15:13:45 scarabeus Exp $ + +EAPI=3 + +inherit xorg-2 + +DESCRIPTION="simple text editor for X" +KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="x11-libs/libXaw + x11-libs/libXt + x11-libs/libXmu + x11-libs/libX11" +DEPEND="${RDEPEND}" + |