diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-04-20 14:25:16 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-04-20 14:25:16 +0000 |
commit | ae0b554640054d938b7ed2d3509e5cda31db85c5 (patch) | |
tree | e78640f2f4b7ef83a0fded54366842c50377ac13 /app-office | |
parent | Version bump. (diff) | |
download | gentoo-2-ae0b554640054d938b7ed2d3509e5cda31db85c5.tar.gz gentoo-2-ae0b554640054d938b7ed2d3509e5cda31db85c5.tar.bz2 gentoo-2-ae0b554640054d938b7ed2d3509e5cda31db85c5.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/qcharselect/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/qcharselect/qcharselect-0.2.ebuild | 40 |
2 files changed, 5 insertions, 42 deletions
diff --git a/app-office/qcharselect/ChangeLog b/app-office/qcharselect/ChangeLog index 3f4101111e16..ae8d81a6a9df 100644 --- a/app-office/qcharselect/ChangeLog +++ b/app-office/qcharselect/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/qcharselect -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/qcharselect/ChangeLog,v 1.5 2013/11/03 12:41:16 yngwin Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/qcharselect/ChangeLog,v 1.6 2015/04/20 14:25:16 mrueg Exp $ + + 20 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -qcharselect-0.2.ebuild: + Remove old. 03 Nov 2013; Ben de Groot <yngwin@gentoo.org> qcharselect-0.3.ebuild: fix dependencies diff --git a/app-office/qcharselect/qcharselect-0.2.ebuild b/app-office/qcharselect/qcharselect-0.2.ebuild deleted file mode 100644 index a840ac1d9ec6..000000000000 --- a/app-office/qcharselect/qcharselect-0.2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/qcharselect/qcharselect-0.2.ebuild,v 1.3 2013/04/10 06:53:47 patrick Exp $ - -EAPI=2 -inherit multilib - -DESCRIPTION="A Qt4 port of KCharSelect from KDE 3.5" -HOMEPAGE="http://qcharselect.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -DEPEND="dev-qt/qtgui:4[qt3support] - x11-misc/makedepend" - -src_prepare() { - sed -i \ - -e 's:update-mime-database:true:g' \ - -e 's:data/desktop/qcharselect:src/QCharSelect:' \ - Makefile.in || die -} - -src_configure() { - local myconf - use debug && myconf="--enable-debug" - - econf \ - --with-qtdir=/usr \ - --with-qtlibdir=/usr/$(get_libdir)/qt4 \ - ${myconf} -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc README -} |