diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-07-02 08:00:46 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-07-02 08:00:46 +0000 |
commit | 6416cb99b54c91976b5579349ead38ca97e6dbbe (patch) | |
tree | fbf69b7b7b52eabfd59ffc28654b55c5f8c8d7ca /app-editors/qxmledit | |
parent | Version bump to 0.8.13 Bug #326141 (diff) | |
download | gentoo-2-6416cb99b54c91976b5579349ead38ca97e6dbbe.tar.gz gentoo-2-6416cb99b54c91976b5579349ead38ca97e6dbbe.tar.bz2 gentoo-2-6416cb99b54c91976b5579349ead38ca97e6dbbe.zip |
Remove old ebuilds
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/qxmledit')
-rw-r--r-- | app-editors/qxmledit/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/qxmledit/qxmledit-0.3.0-r1.ebuild | 37 | ||||
-rw-r--r-- | app-editors/qxmledit/qxmledit-0.4.3.ebuild | 36 |
3 files changed, 5 insertions, 74 deletions
diff --git a/app-editors/qxmledit/ChangeLog b/app-editors/qxmledit/ChangeLog index 983226b1bd8a..acd6e28215a6 100644 --- a/app-editors/qxmledit/ChangeLog +++ b/app-editors/qxmledit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/qxmledit # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/ChangeLog,v 1.9 2010/06/28 19:30:11 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/ChangeLog,v 1.10 2010/07/02 08:00:46 hwoarang Exp $ + + 02 Jul 2010; Markos Chandras <hwoarang@gentoo.org> + -qxmledit-0.3.0-r1.ebuild, -qxmledit-0.4.3.ebuild: + Remove old ebuilds 28 Jun 2010; Christian Faulhammer <fauli@gentoo.org> qxmledit-0.4.3-r1.ebuild: diff --git a/app-editors/qxmledit/qxmledit-0.3.0-r1.ebuild b/app-editors/qxmledit/qxmledit-0.3.0-r1.ebuild deleted file mode 100644 index 8706096d701f..000000000000 --- a/app-editors/qxmledit/qxmledit-0.3.0-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/qxmledit-0.3.0-r1.ebuild,v 1.3 2010/02/07 19:46:44 maekke Exp $ - -EAPI="2" - -inherit qt4-r2 - -MY_PN="${PN}-src" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Qt4 XML Editor" -HOMEPAGE="http://code.google.com/p/qxmledit/" -SRC_URI="http://${PN}.googlecode.com/files/${MY_P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug" - -DEPEND="x11-libs/qt-gui:4" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${P}/src/" - -DOCS="AUTHORS NEWS README TODO" -DOCSDIR="${WORKDIR}/${P}/" - -src_prepare(){ - # fix installation path - sed -i "/^target.path/ s/\/opt\/${PN}/\/usr\/bin/" QXmlEdit.pro || \ - die "failed to fix installation path" - # fix translations - sed -i "/^translations.path/ s/\/opt/\/usr\/share/" QXmlEdit.pro || \ - die "failed to fix translations" - qt4-r2_src_prepare -} diff --git a/app-editors/qxmledit/qxmledit-0.4.3.ebuild b/app-editors/qxmledit/qxmledit-0.4.3.ebuild deleted file mode 100644 index 80b56fa5e23e..000000000000 --- a/app-editors/qxmledit/qxmledit-0.4.3.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/qxmledit-0.4.3.ebuild,v 1.1 2010/01/31 10:48:34 hwoarang Exp $ - -EAPI="2" - -inherit qt4-r2 - -MY_P="${PN}-${PV}.src" - -DESCRIPTION="Qt4 XML Editor" -HOMEPAGE="http://code.google.com/p/qxmledit/" -SRC_URI="http://${PN}.googlecode.com/files/${MY_P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -DEPEND="x11-libs/qt-gui:4" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${P}/src/" - -DOCS="AUTHORS NEWS README TODO" -DOCSDIR="${WORKDIR}/${P}/" - -src_prepare(){ - # fix installation path - sed -i "/^target.path/ s/\/opt\/${PN}/\/usr\/bin/" QXmlEdit.pro || \ - die "failed to fix installation path" - # fix translations - sed -i "/^translations.path/ s/\/opt/\/usr\/share/" QXmlEdit.pro || \ - die "failed to fix translations" - qt4-r2_src_prepare -} |