From 8c3af46979e794419b2ee425434e0a4a736e7852 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sun, 31 Dec 2017 16:34:20 +0100 Subject: profiles: Remove last-rited qt4/qt3support-rdeps Closes: https://bugs.gentoo.org/247588 Closes: https://bugs.gentoo.org/634390 Closes: https://bugs.gentoo.org/637098 Closes: https://bugs.gentoo.org/638688 Closes: https://bugs.gentoo.org/639242 Closes: https://bugs.gentoo.org/639254 --- app-office/qchartdiary/Manifest | 1 - app-office/qchartdiary/metadata.xml | 11 ------- .../qchartdiary/qchartdiary-0.6.4.1-r2.ebuild | 36 ---------------------- 3 files changed, 48 deletions(-) delete mode 100644 app-office/qchartdiary/Manifest delete mode 100644 app-office/qchartdiary/metadata.xml delete mode 100644 app-office/qchartdiary/qchartdiary-0.6.4.1-r2.ebuild (limited to 'app-office') diff --git a/app-office/qchartdiary/Manifest b/app-office/qchartdiary/Manifest deleted file mode 100644 index f85649c69fd4..000000000000 --- a/app-office/qchartdiary/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST QChartDiary-0.6.4.1-src.tar.gz 72683 BLAKE2B adaa070e3befdc495ffb341d92390b0dc2ef5028c193a25a856c4a7b61b9ef407a8bdd4f8b28a6b44851ba4d409c4712a199ab2b1b04f4817191e00dff1dcc3d SHA512 8f804daf4fc8f61c0f584f667ac109771976808ae03f1d5fa9debe4bee3ce4010906fcb337b0007bcf0058ec83f5f9381187155c42ba118915ae64857982fd89 diff --git a/app-office/qchartdiary/metadata.xml b/app-office/qchartdiary/metadata.xml deleted file mode 100644 index acd8e0ee3226..000000000000 --- a/app-office/qchartdiary/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - hwoarang@gentoo.org - Markos Chandras - - - qchartdiary - - diff --git a/app-office/qchartdiary/qchartdiary-0.6.4.1-r2.ebuild b/app-office/qchartdiary/qchartdiary-0.6.4.1-r2.ebuild deleted file mode 100644 index cca0b4e30ce7..000000000000 --- a/app-office/qchartdiary/qchartdiary-0.6.4.1-r2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="2" - -inherit qt4-r2 - -MY_PN="QChartDiary" - -DESCRIPTION="Free Qt4 diary/agenda application" -HOMEPAGE="http://qt-apps.org/content/show.php?content=99294" -SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-${PV}-src.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug" - -DEPEND="dev-qt/qtgui:4 - dev-qt/qtsql:4" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_PN}" - -DOCS="AUTHORS CHANGELOG README" - -src_prepare() { - sed -i "s/doc\/${MY_PN}/doc\/${PF}/" ${MY_PN}.pro \ - || die "failed to fix documentation path" - qt4-r2_src_prepare -} - -src_install() { - qt4-r2_src_install - dobin ${MY_PN} || die "dobin failed" -} -- cgit v1.2.3-65-gdbad