diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-10-30 02:33:49 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-10-30 02:37:43 +0100 |
commit | 7daed1a859c6279bd01cd43401f2cd310522abfd (patch) | |
tree | 5f3addb3d0cb9ca2944851edccdd215e9bd4f069 /app-office | |
parent | profiles: Mask media-sound/google-musicmanager for removal (diff) | |
download | gentoo-7daed1a859c6279bd01cd43401f2cd310522abfd.tar.gz gentoo-7daed1a859c6279bd01cd43401f2cd310522abfd.tar.bz2 gentoo-7daed1a859c6279bd01cd43401f2cd310522abfd.zip |
profiles: Remove last-rited packages
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/qcharselect/Manifest | 1 | ||||
-rw-r--r-- | app-office/qcharselect/metadata.xml | 11 | ||||
-rw-r--r-- | app-office/qcharselect/qcharselect-0.3.ebuild | 43 |
3 files changed, 0 insertions, 55 deletions
diff --git a/app-office/qcharselect/Manifest b/app-office/qcharselect/Manifest deleted file mode 100644 index 93339793ea1d..000000000000 --- a/app-office/qcharselect/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST qcharselect-0.3.tar.bz2 136257 SHA256 1a7d3476aeae005e957333ae0ca009b05975870a12db3beec8ffaa914d31e7f0 SHA512 810b8b5463960ebb7c95d1a85543f57c0fb140342f63804d0c1c43006c78f29b3969c262a2fb7544e64cf5d5f4f7848a7b2923217cc1ebfa734c8d23ff4e236b WHIRLPOOL 2c165925d62f2769c927a30f1506124bf53e9dc6d58a8384d6f54e77748a2b2ca49a2b5b13daaf1ce4de3bc9cc527f92315a7c29c150633fb5e73009f73a2890 diff --git a/app-office/qcharselect/metadata.xml b/app-office/qcharselect/metadata.xml deleted file mode 100644 index 200d4619eecb..000000000000 --- a/app-office/qcharselect/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="project"> - <email>qt@gentoo.org</email> - <name>Gentoo Qt Project</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">qcharselect</remote-id> - </upstream> -</pkgmetadata> diff --git a/app-office/qcharselect/qcharselect-0.3.ebuild b/app-office/qcharselect/qcharselect-0.3.ebuild deleted file mode 100644 index c28940f590d8..000000000000 --- a/app-office/qcharselect/qcharselect-0.3.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -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" - -RDEPEND="dev-qt/qtgui:4[qt3support]" -DEPEND="$RDEPEND - x11-misc/makedepend" - -src_prepare() { - sed -e 's:update-mime-database:true:g' \ - -e 's:data/desktop/qcharselect:src/QCharSelect:' \ - -i Makefile.in || die - - sed -e 's: %m::' \ - -e '/Path=/d' \ - -i src/QCharSelect.desktop || 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 -} |