summaryrefslogtreecommitdiff
path: root/app-office
diff options
context:
space:
mode:
Diffstat (limited to 'app-office')
-rw-r--r--app-office/Manifest.gzbin9926 -> 9752 bytes
-rw-r--r--app-office/qchartdiary/Manifest3
-rw-r--r--app-office/qchartdiary/metadata.xml11
-rw-r--r--app-office/qchartdiary/qchartdiary-0.6.4.1-r2.ebuild36
4 files changed, 0 insertions, 50 deletions
diff --git a/app-office/Manifest.gz b/app-office/Manifest.gz
index 462a618a105f..a6dc0172d0ba 100644
--- a/app-office/Manifest.gz
+++ b/app-office/Manifest.gz
Binary files differ
diff --git a/app-office/qchartdiary/Manifest b/app-office/qchartdiary/Manifest
deleted file mode 100644
index fddb586fcf41..000000000000
--- a/app-office/qchartdiary/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST QChartDiary-0.6.4.1-src.tar.gz 72683 BLAKE2B adaa070e3befdc495ffb341d92390b0dc2ef5028c193a25a856c4a7b61b9ef407a8bdd4f8b28a6b44851ba4d409c4712a199ab2b1b04f4817191e00dff1dcc3d SHA512 8f804daf4fc8f61c0f584f667ac109771976808ae03f1d5fa9debe4bee3ce4010906fcb337b0007bcf0058ec83f5f9381187155c42ba118915ae64857982fd89
-EBUILD qchartdiary-0.6.4.1-r2.ebuild 719 BLAKE2B ee73a232f19813aefc58e5c64d243009f05e8370eedd8dfb981b87ecbf56a9fa8c413c86dd2f869db054133c672cd25f4b99ce64b4bf5ef578ae3372027e27d9 SHA512 281f2a56b730f3e090398116eb7403a14d9f94c8c335f2d7811cb4122d4158050bb4248f0d1b496856897522ee6f169a4e2c6b1c35506013600972bb054424a4
-MISC metadata.xml 331 BLAKE2B cdfa193ad6745abe4b0a9031536d0424950dffa998545db240ab30c024c9eb9e048087ba14bb440cf9f2cd638cda7a6cfc0fe4959715425692183f1cdff6c2d0 SHA512 7c9764228eb3be50b287c3cbd0bb653c1217e783f5e1634a9a44be8173a44ac2d2f5c864779e4c28d73572a01d77387d728fdb0bbca45d15acc8b88dfa327aaf
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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>hwoarang@gentoo.org</email>
- <name>Markos Chandras</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">qchartdiary</remote-id>
- </upstream>
-</pkgmetadata>
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"
-}