diff options
author | José Luis Rivero <yoswink@gentoo.org> | 2008-07-16 23:52:49 +0000 |
---|---|---|
committer | José Luis Rivero <yoswink@gentoo.org> | 2008-07-16 23:52:49 +0000 |
commit | b9377b31b386e96c19878c7b93c8c96f6db1165a (patch) | |
tree | eb808f7b65c49d88aedf8fa238d34662c1a57c3b /app-editors/xmlcopyeditor | |
parent | Updated license for sci-electronics/eagle version 5 (diff) | |
download | gentoo-2-b9377b31b386e96c19878c7b93c8c96f6db1165a.tar.gz gentoo-2-b9377b31b386e96c19878c7b93c8c96f6db1165a.tar.bz2 gentoo-2-b9377b31b386e96c19878c7b93c8c96f6db1165a.zip |
Version bump. Introduces background validation. Don't need gcc-4.3 patch anymore. Remove old ebuild
(Portage version: 2.2_rc1/cvs/Linux 2.6.24-mactel i686)
Diffstat (limited to 'app-editors/xmlcopyeditor')
-rw-r--r-- | app-editors/xmlcopyeditor/ChangeLog | 9 | ||||
-rw-r--r-- | app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.ebuild (renamed from app-editors/xmlcopyeditor/xmlcopyeditor-1.1.0.6.ebuild) | 9 |
2 files changed, 9 insertions, 9 deletions
diff --git a/app-editors/xmlcopyeditor/ChangeLog b/app-editors/xmlcopyeditor/ChangeLog index c2ea12036df3..810e66654b7f 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.5 2008/07/04 19:43:04 yoswink Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog,v 1.6 2008/07/16 23:52:49 yoswink Exp $ + +*xmlcopyeditor-1.2.0 (16 Jul 2008) + + 16 Jul 2008; Jose Luis Rivero <yoswink@gentoo.org> + -xmlcopyeditor-1.1.0.6.ebuild, +xmlcopyeditor-1.2.0.ebuild: + Version bump. Introduces background validation. Don't need gcc-4.3 patch + anymore. Remove old ebuild 04 Jul 2008; Jose Luis Rivero <yoswink@gentoo.org> +files/gcc-4.3-header-dependency.patch, xmlcopyeditor-1.1.0.6.ebuild, diff --git a/app-editors/xmlcopyeditor/xmlcopyeditor-1.1.0.6.ebuild b/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.ebuild index dc51fc4e8933..cf7477282283 100644 --- a/app-editors/xmlcopyeditor/xmlcopyeditor-1.1.0.6.ebuild +++ b/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.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.6.ebuild,v 1.2 2008/07/04 19:43:04 yoswink Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.ebuild,v 1.1 2008/07/16 23:52:49 yoswink Exp $ WX_GTK_VER="2.8" @@ -22,13 +22,6 @@ DEPEND="dev-libs/xerces-c \ app-text/aspell \ =x11-libs/wxGTK-2.8*" -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}/gcc-4.3-header-dependency.patch" -} - src_install() { emake DESTDIR="${D}" install || die "make install failed" |