diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-04-30 01:05:45 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-04-30 01:06:50 +1000 |
commit | cb964ab268ebfa0617ea1b1bad5c4b7c05a05336 (patch) | |
tree | 9d467f0605db6eacc8c7e91e770bb8bd82f2d673 /app-text | |
parent | net-dns/maradns: ppc stable wrt bug #616798 (diff) | |
download | gentoo-cb964ab268ebfa0617ea1b1bad5c4b7c05a05336.tar.gz gentoo-cb964ab268ebfa0617ea1b1bad5c4b7c05a05336.tar.bz2 gentoo-cb964ab268ebfa0617ea1b1bad5c4b7c05a05336.zip |
app-text/tuxcards: remove 2.2.1-r0
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/tuxcards/tuxcards-2.2.1.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/app-text/tuxcards/tuxcards-2.2.1.ebuild b/app-text/tuxcards/tuxcards-2.2.1.ebuild deleted file mode 100644 index 2a963a69c2d0..000000000000 --- a/app-text/tuxcards/tuxcards-2.2.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=3 -inherit eutils qt4-r2 - -DESCRIPTION="A hierarchical notebook" -HOMEPAGE="http://www.tuxcards.de/" -SRC_URI="http://www.tuxcards.de/src/${P}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -DEPEND="dev-qt/qtgui:4" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${PN} - -src_install() { - dobin ${PN} || die - newicon src/icons/lo32-app-tuxcards.png ${PN}.png - make_desktop_entry ${PN} TuxCards ${PN} "Qt;Utility" - dodoc AUTHORS README || die -} |