diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-01-20 18:39:31 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-01-20 18:39:31 +0000 |
commit | 849f65aa62cc8cebe8318762ba52ec8d16e8c6e4 (patch) | |
tree | fd1a3f9ba073d1dc94abb430516229d75b8bf606 /x11-apps/xedit | |
parent | Version bump. (diff) | |
download | gentoo-2-849f65aa62cc8cebe8318762ba52ec8d16e8c6e4.tar.gz gentoo-2-849f65aa62cc8cebe8318762ba52ec8d16e8c6e4.tar.bz2 gentoo-2-849f65aa62cc8cebe8318762ba52ec8d16e8c6e4.zip |
Version bump.
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-apps/xedit')
-rw-r--r-- | x11-apps/xedit/ChangeLog | 11 | ||||
-rw-r--r-- | x11-apps/xedit/xedit-1.2.1.ebuild | 17 |
2 files changed, 25 insertions, 3 deletions
diff --git a/x11-apps/xedit/ChangeLog b/x11-apps/xedit/ChangeLog index f105174d55ec..fb14516ba2ac 100644 --- a/x11-apps/xedit/ChangeLog +++ b/x11-apps/xedit/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xedit -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xedit/ChangeLog,v 1.37 2011/02/14 23:41:04 xarthisius Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xedit/ChangeLog,v 1.38 2013/01/20 18:39:31 chithanh Exp $ + +*xedit-1.2.1 (20 Jan 2013) + + 20 Jan 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xedit-1.2.1.ebuild: + Version bump. 14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> xedit-1.2.0.ebuild: ppc stable wrt #344827, #354237 @@ -139,4 +145,3 @@ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; +xedit-0.99.0.ebuild: Initial commit for modular X. - diff --git a/x11-apps/xedit/xedit-1.2.1.ebuild b/x11-apps/xedit/xedit-1.2.1.ebuild new file mode 100644 index 000000000000..39f1bd86fbe2 --- /dev/null +++ b/x11-apps/xedit/xedit-1.2.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xedit/xedit-1.2.1.ebuild,v 1.1 2013/01/20 18:39:31 chithanh Exp $ + +EAPI=5 + +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}" |