Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/tuxcards/
Date: Sat, 29 Apr 2017 15:07:36
Message-Id: 1493478410.cb964ab268ebfa0617ea1b1bad5c4b7c05a05336.kensington@gentoo
1 commit: cb964ab268ebfa0617ea1b1bad5c4b7c05a05336
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 29 15:05:45 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 29 15:06:50 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb964ab2
7
8 app-text/tuxcards: remove 2.2.1-r0
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 app-text/tuxcards/tuxcards-2.2.1.ebuild | 26 --------------------------
13 1 file changed, 26 deletions(-)
14
15 diff --git a/app-text/tuxcards/tuxcards-2.2.1.ebuild b/app-text/tuxcards/tuxcards-2.2.1.ebuild
16 deleted file mode 100644
17 index 2a963a69c2d..00000000000
18 --- a/app-text/tuxcards/tuxcards-2.2.1.ebuild
19 +++ /dev/null
20 @@ -1,26 +0,0 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=3
25 -inherit eutils qt4-r2
26 -
27 -DESCRIPTION="A hierarchical notebook"
28 -HOMEPAGE="http://www.tuxcards.de/"
29 -SRC_URI="http://www.tuxcards.de/src/${P}/${P}.tar.gz"
30 -
31 -LICENSE="GPL-2"
32 -SLOT="0"
33 -KEYWORDS="amd64 ppc x86"
34 -IUSE=""
35 -
36 -DEPEND="dev-qt/qtgui:4"
37 -RDEPEND="${DEPEND}"
38 -
39 -S=${WORKDIR}/${PN}
40 -
41 -src_install() {
42 - dobin ${PN} || die
43 - newicon src/icons/lo32-app-tuxcards.png ${PN}.png
44 - make_desktop_entry ${PN} TuxCards ${PN} "Qt;Utility"
45 - dodoc AUTHORS README || die
46 -}