Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/bashdb/
Date: Sun, 30 Aug 2015 20:47:51
Message-Id: 1440966112.80d261e611fa0516b6a0158ca5c61a9d8514d17f.monsieurp@gentoo
1 commit: 80d261e611fa0516b6a0158ca5c61a9d8514d17f
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 30 20:21:09 2015 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 30 20:21:52 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80d261e6
7
8 app-shells/bashdb: Remove old.
9
10 Package-Manager: portage-2.2.18
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 app-shells/bashdb/Manifest | 3 ---
14 app-shells/bashdb/bashdb-4.1.0.4.ebuild | 22 ----------------------
15 app-shells/bashdb/bashdb-4.2.0.6.ebuild | 22 ----------------------
16 app-shells/bashdb/bashdb-4.2.0.8.ebuild | 24 ------------------------
17 app-shells/bashdb/bashdb-4.3.0.91.ebuild | 24 ------------------------
18 5 files changed, 95 deletions(-)
19
20 diff --git a/app-shells/bashdb/Manifest b/app-shells/bashdb/Manifest
21 index 0a53a1d..ad7463f 100644
22 --- a/app-shells/bashdb/Manifest
23 +++ b/app-shells/bashdb/Manifest
24 @@ -1,4 +1 @@
25 -DIST bashdb-4.1-0.4.tar.gz 708199 SHA256 ed92cd88f23b2f644e2c19cc6807d42181d42d8714b7e4a4cb15cb5158742322 SHA512 1368a21c67422ee677a04edb0c4f5c27500dfe21b401385ccd54cce387374a89af37c3e5faaeb708594479116c724be58abc1c5288f9def1c7fc277819593bad WHIRLPOOL faa5463c12f6df512d32b929026c8cbf7e75cd836c32e223be6dcb438bb3e271257104083ea6345bb43a4c4f706c1d7ffd0a3cdf2c33cb356dbe89a3c80a2874
26 -DIST bashdb-4.2-0.6.tar.gz 696867 SHA256 310b427c8bf2428cea3a6e21a985bbe5653af4202e5a8795b8c08bcae97b2f72 SHA512 c4b3d31efc1ca7cacdfd7b305ec35a2eb0fdc9f83e65068e3c088d2f80cc34254240cabc9a1c72f6ddd5cc08b6f5ba6845edbe457fc78a62402db038a86d6129 WHIRLPOOL a006a240f9762c4969c236ae28185f3da0a640e9c6cb1d60a4ecc4dc104710e4d9bea43014ff0c443e3d302823bed0e02a62790d25d5974f3b7c132d24ec5a03
27 -DIST bashdb-4.2-0.8.tar.gz 745064 SHA256 d941a183188f837400a9f68dda3f6b231d47af26e729a30e6125cbec4ea9079d SHA512 27f87d434ac6344656e2c2fb810c2b4ab4a537512b087fab323b88b2e14828c722a214af8b6e3c9848a5e1ac972c46fb9f67fc5ab8e040554a9c183ea61ed4bc WHIRLPOOL 81b4c0a17781f93b5006ad079cd5e1d072d2227a6d19bed4859ba14cc222137953bf91ec35dedcf12cb389c338d93c3286fae633c0b0516177bc682af04e16e4
28 DIST bashdb-4.3-0.91.tar.bz2 660370 SHA256 60117745813f29070a034c590c9d70153cc47f47024ae54bfecdc8cd86d9e3ea SHA512 903710e61efcf272213c3dcc20799842e8ef969e791e3d1a8eab071e5b7538a195f621320945019611042ed623d005e481bd75724194cc10cb6f668b615ce3af WHIRLPOOL 075ee878713a7611b7437d4c3420669c6bcff949a9e2991cbfc533874e2b215e1c9a4d23f4f414205d979190c09eec1a2a8daa3857053dfade6f8864211534be
29
30 diff --git a/app-shells/bashdb/bashdb-4.1.0.4.ebuild b/app-shells/bashdb/bashdb-4.1.0.4.ebuild
31 deleted file mode 100644
32 index 2a8d235..0000000
33 --- a/app-shells/bashdb/bashdb-4.1.0.4.ebuild
34 +++ /dev/null
35 @@ -1,22 +0,0 @@
36 -# Copyright 1999-2010 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -# $Id$
39 -
40 -MY_P="${PN}-${PV:0:3}-${PV:4}"
41 -DESCRIPTION="bash source code debugging"
42 -HOMEPAGE="http://bashdb.sourceforge.net/"
43 -SRC_URI="mirror://sourceforge/bashdb/${MY_P}.tar.gz"
44 -
45 -LICENSE="GPL-2"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE=""
49 -
50 -DEPEND="!>=app-shells/bash-${PV:0:1}.$((${PV:2:1}+1))"
51 -
52 -S=${WORKDIR}/${MY_P}
53 -
54 -src_install() {
55 - emake install DESTDIR="${D}" || die
56 - dodoc AUTHORS NEWS README THANKS TODO
57 -}
58
59 diff --git a/app-shells/bashdb/bashdb-4.2.0.6.ebuild b/app-shells/bashdb/bashdb-4.2.0.6.ebuild
60 deleted file mode 100644
61 index 44673fa..0000000
62 --- a/app-shells/bashdb/bashdb-4.2.0.6.ebuild
63 +++ /dev/null
64 @@ -1,22 +0,0 @@
65 -# Copyright 1999-2011 Gentoo Foundation
66 -# Distributed under the terms of the GNU General Public License v2
67 -# $Id$
68 -
69 -MY_P="${PN}-${PV:0:3}-${PV:4}"
70 -DESCRIPTION="bash source code debugging"
71 -HOMEPAGE="http://bashdb.sourceforge.net/"
72 -SRC_URI="mirror://sourceforge/bashdb/${MY_P}.tar.gz"
73 -
74 -LICENSE="GPL-2"
75 -SLOT="0"
76 -KEYWORDS="~amd64 ~x86"
77 -IUSE=""
78 -
79 -DEPEND="!>=app-shells/bash-${PV:0:1}.$((${PV:2:1}+1))"
80 -
81 -S=${WORKDIR}/${MY_P}
82 -
83 -src_install() {
84 - emake install DESTDIR="${D}" || die
85 - dodoc AUTHORS NEWS README THANKS TODO
86 -}
87
88 diff --git a/app-shells/bashdb/bashdb-4.2.0.8.ebuild b/app-shells/bashdb/bashdb-4.2.0.8.ebuild
89 deleted file mode 100644
90 index 665beda..0000000
91 --- a/app-shells/bashdb/bashdb-4.2.0.8.ebuild
92 +++ /dev/null
93 @@ -1,24 +0,0 @@
94 -# Copyright 1999-2013 Gentoo Foundation
95 -# Distributed under the terms of the GNU General Public License v2
96 -# $Id$
97 -
98 -EAPI="4"
99 -
100 -MY_P="${PN}-${PV:0:3}-${PV:4}"
101 -DESCRIPTION="bash source code debugging"
102 -HOMEPAGE="http://bashdb.sourceforge.net/"
103 -SRC_URI="mirror://sourceforge/bashdb/${MY_P}.tar.gz"
104 -
105 -LICENSE="GPL-2"
106 -SLOT="0"
107 -KEYWORDS="~amd64 ~x86"
108 -IUSE=""
109 -
110 -DEPEND="!>=app-shells/bash-${PV:0:1}.$((${PV:2:1}+1))"
111 -
112 -S=${WORKDIR}/${MY_P}
113 -
114 -src_prepare() {
115 - # We don't install this, so don't bother building it. #468044
116 - sed -i 's:texi2html:true:' doc/Makefile.in || die
117 -}
118
119 diff --git a/app-shells/bashdb/bashdb-4.3.0.91.ebuild b/app-shells/bashdb/bashdb-4.3.0.91.ebuild
120 deleted file mode 100644
121 index b04f2f6..0000000
122 --- a/app-shells/bashdb/bashdb-4.3.0.91.ebuild
123 +++ /dev/null
124 @@ -1,24 +0,0 @@
125 -# Copyright 1999-2015 Gentoo Foundation
126 -# Distributed under the terms of the GNU General Public License v2
127 -# $Id$
128 -
129 -EAPI="4"
130 -
131 -MY_P="${PN}-${PV:0:3}-${PV:4}"
132 -DESCRIPTION="bash source code debugging"
133 -HOMEPAGE="http://bashdb.sourceforge.net/"
134 -SRC_URI="mirror://sourceforge/bashdb/${MY_P}.tar.bz2"
135 -
136 -LICENSE="GPL-2"
137 -SLOT="0"
138 -KEYWORDS="~amd64 ~x86"
139 -IUSE=""
140 -
141 -DEPEND="!>=app-shells/bash-${PV:0:1}.$((${PV:2:1}+1))"
142 -
143 -S=${WORKDIR}/${MY_P}
144 -
145 -src_prepare() {
146 - # We don't install this, so don't bother building it. #468044
147 - sed -i 's:texi2html:true:' doc/Makefile.in || die
148 -}