Gentoo Archives: gentoo-commits

From: Thomas Beierlein <tomjbe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/drawtiming/
Date: Sat, 15 Apr 2017 14:27:34
Message-Id: 1492266428.38e89666dc45cf150e8c60072ec7337fab379e9e.tomjbe@gentoo
1 commit: 38e89666dc45cf150e8c60072ec7337fab379e9e
2 Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 15 14:27:08 2017 +0000
4 Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 15 14:27:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38e89666
7
8 sci-electronics/drawtiming: Drop old version
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 sci-electronics/drawtiming/drawtiming-0.7.1.ebuild | 32 ----------------------
13 1 file changed, 32 deletions(-)
14
15 diff --git a/sci-electronics/drawtiming/drawtiming-0.7.1.ebuild b/sci-electronics/drawtiming/drawtiming-0.7.1.ebuild
16 deleted file mode 100644
17 index 7f68e85428d..00000000000
18 --- a/sci-electronics/drawtiming/drawtiming-0.7.1.ebuild
19 +++ /dev/null
20 @@ -1,32 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=3
25 -
26 -inherit eutils
27 -
28 -DESCRIPTION="Command line tool for drawing timing diagrams"
29 -HOMEPAGE="http://drawtiming.sourceforge.net/index.html"
30 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="amd64 x86"
35 -IUSE="examples"
36 -
37 -DEPEND="media-gfx/imagemagick[cxx]"
38 -RDEPEND="${DEPEND}"
39 -
40 -src_prepare() {
41 - epatch "${FILESDIR}"/${P}-gcc43.patch \
42 - "${FILESDIR}"/${P}-ldflags.patch
43 -}
44 -
45 -src_install() {
46 - emake DESTDIR="${D}" install || die
47 - dodoc AUTHORS ChangeLog README THANKS || die
48 - if use examples; then
49 - insinto "/usr/share/doc/${PF}/examples"
50 - doins samples/*.txt || die
51 - fi
52 -}