diff options
author | José Luis Rivero <yoswink@gentoo.org> | 2008-07-03 22:24:36 +0000 |
---|---|---|
committer | José Luis Rivero <yoswink@gentoo.org> | 2008-07-03 22:24:36 +0000 |
commit | 087e0e4b8c3fec8d22980f8d9c3c8d6dd082fda6 (patch) | |
tree | 4f4a46f68e053b46fe46be65d0c55c404337d03e /app-editors | |
parent | bump to 2.22.3. Go figure what changed from upstream logs... (diff) | |
download | gentoo-2-087e0e4b8c3fec8d22980f8d9c3c8d6dd082fda6.tar.gz gentoo-2-087e0e4b8c3fec8d22980f8d9c3c8d6dd082fda6.tar.bz2 gentoo-2-087e0e4b8c3fec8d22980f8d9c3c8d6dd082fda6.zip |
Version bump. Russian localisation, fixes a number of bugs and updates the editor component. Remove old ebuild
(Portage version: 2.2_rc1/cvs/Linux 2.6.24-mactel i686)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/xmlcopyeditor/ChangeLog | 9 | ||||
-rw-r--r-- | app-editors/xmlcopyeditor/xmlcopyeditor-1.1.0.7.ebuild (renamed from app-editors/xmlcopyeditor/xmlcopyeditor-1.1.0.5.ebuild) | 3 |
2 files changed, 10 insertions, 2 deletions
diff --git a/app-editors/xmlcopyeditor/ChangeLog b/app-editors/xmlcopyeditor/ChangeLog index 10e6c5a9316e..a03491685641 100644 --- a/app-editors/xmlcopyeditor/ChangeLog +++ b/app-editors/xmlcopyeditor/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-editors/xmlcopyeditor # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog,v 1.3 2008/01/23 00:23:37 yoswink Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog,v 1.4 2008/07/03 22:24:36 yoswink Exp $ + +*xmlcopyeditor-1.1.0.7 (03 Jul 2008) + + 03 Jul 2008; Jose Luis Rivero <yoswink@gentoo.org> + -xmlcopyeditor-1.1.0.5.ebuild, +xmlcopyeditor-1.1.0.7.ebuild: + Version bump. Russian localisation, fixes a number of bugs and updates the + editor component. Remove old ebuild *xmlcopyeditor-1.1.0.6 (23 Jan 2008) diff --git a/app-editors/xmlcopyeditor/xmlcopyeditor-1.1.0.5.ebuild b/app-editors/xmlcopyeditor/xmlcopyeditor-1.1.0.7.ebuild index f1c4363c0d19..3e5ef51d91ea 100644 --- a/app-editors/xmlcopyeditor/xmlcopyeditor-1.1.0.5.ebuild +++ b/app-editors/xmlcopyeditor/xmlcopyeditor-1.1.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.1.0.5.ebuild,v 1.1 2008/01/07 15:08:59 yoswink Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.1.0.7.ebuild,v 1.1 2008/07/03 22:24:36 yoswink Exp $ WX_GTK_VER="2.8" @@ -19,6 +19,7 @@ IUSE="guidexml" DEPEND="dev-libs/xerces-c \ dev-libs/boost \ dev-libs/libpcre \ + app-text/aspell \ =x11-libs/wxGTK-2.8*" src_install() { |