diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-12-31 16:34:20 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-02 13:43:39 +0100 |
commit | 8c3af46979e794419b2ee425434e0a4a736e7852 (patch) | |
tree | e2d134f40258509a38a47a304a85555b72925fac /app-office/qchartdiary/qchartdiary-0.6.4.1-r2.ebuild | |
parent | sys-apps/mawk: add support for -W sandbox mode (diff) | |
download | gentoo-8c3af46979e794419b2ee425434e0a4a736e7852.tar.gz gentoo-8c3af46979e794419b2ee425434e0a4a736e7852.tar.bz2 gentoo-8c3af46979e794419b2ee425434e0a4a736e7852.zip |
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
Diffstat (limited to 'app-office/qchartdiary/qchartdiary-0.6.4.1-r2.ebuild')
-rw-r--r-- | app-office/qchartdiary/qchartdiary-0.6.4.1-r2.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
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" -} |