diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-06-14 13:23:49 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-06-14 13:23:49 +0000 |
commit | e2429585582fb340ff820733040e69d13f557f07 (patch) | |
tree | dc5cca0a26719caa2b3d2bd91e334f314670b394 /sys-devel/qconf | |
parent | Remove old (diff) | |
download | gentoo-2-e2429585582fb340ff820733040e69d13f557f07.tar.gz gentoo-2-e2429585582fb340ff820733040e69d13f557f07.tar.bz2 gentoo-2-e2429585582fb340ff820733040e69d13f557f07.zip |
Remove old
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/qconf')
-rw-r--r-- | sys-devel/qconf/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/qconf/qconf-1.5_pre717.ebuild | 37 |
2 files changed, 4 insertions, 38 deletions
diff --git a/sys-devel/qconf/ChangeLog b/sys-devel/qconf/ChangeLog index 0347d294624c..406fc60c1847 100644 --- a/sys-devel/qconf/ChangeLog +++ b/sys-devel/qconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/qconf # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/qconf/ChangeLog,v 1.18 2012/06/14 13:21:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/qconf/ChangeLog,v 1.19 2012/06/14 13:23:49 ago Exp $ + + 14 Jun 2012; Agostino Sarubbo <ago@gentoo.org> -qconf-1.5_pre717.ebuild: + Remove old 14 Jun 2012; Agostino Sarubbo <ago@gentoo.org> qconf-1.5_pre717-r1.ebuild: Stable for amd64, wrt bug #358681 diff --git a/sys-devel/qconf/qconf-1.5_pre717.ebuild b/sys-devel/qconf/qconf-1.5_pre717.ebuild deleted file mode 100644 index 4631e710035b..000000000000 --- a/sys-devel/qconf/qconf-1.5_pre717.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/sys-devel/qconf/qconf-1.5_pre717.ebuild,v 1.11 2010/11/06 19:04:18 halcy0n Exp $ - -EAPI="2" - -inherit multilib - -DESCRIPTION="./configure like generator for qmake-based projects" -HOMEPAGE="http://delta.affinix.com/qconf/" -SRC_URI="http://delta.affinix.com/download/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm hppa ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND="x11-libs/qt-core" -RDEPEND="${DEPEND}" - -src_configure() { - # Fake ./configure. Fails on unknown options - ./configure \ - --prefix=/usr/ \ - --qtdir=/usr/$(get_libdir)/ || die "./configure failed" - - [ ! -f Makefile ] && die "./configure failed" -} - -src_install() { - dobin qconf || die - dodoc README TODO || die - insinto /usr/share/${PN} - doins -r conf modules - insinto /usr/share/doc/${PF}/examples - doins examples/* -} |