Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/grisbi/
Date: Tue, 28 Jan 2020 09:39:18
Message-Id: 1580204059.f7b309aaf5e75390d849e8dcdb8c48f888f96519.leio@gentoo
1 commit: f7b309aaf5e75390d849e8dcdb8c48f888f96519
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 28 09:17:09 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 28 09:34:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7b309aa
7
8 app-office/grisbi: remove old
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 app-office/grisbi/Manifest | 2 --
14 app-office/grisbi/grisbi-1.0.4.ebuild | 40 --------------------------------
15 app-office/grisbi/grisbi-1.2.1.ebuild | 43 -----------------------------------
16 3 files changed, 85 deletions(-)
17
18 diff --git a/app-office/grisbi/Manifest b/app-office/grisbi/Manifest
19 index 031c3d7f925..d2237baa7ef 100644
20 --- a/app-office/grisbi/Manifest
21 +++ b/app-office/grisbi/Manifest
22 @@ -1,3 +1 @@
23 -DIST grisbi-1.0.4.tar.bz2 6965398 BLAKE2B f53b5cd7f2e4b0cdcf14732ba7e03315ec7d419c7f6ab3a290fd30a9dc9f7c0dde69b473dca3873aeb90b793cd90287c516f2fe4b7a50d71368abc3e12ce16f6 SHA512 9761ed94db563c39cab793ee076b6a729470231e3111d7ce57d188a6f1681cbb715174f67c15741320f295d4efdf0784f6e3d4d4d58267759efbad56561c7064
24 -DIST grisbi-1.2.1.tar.bz2 7314316 BLAKE2B b34aaaba79608561383e09fa1af7749f8c3cfa322f47a6d9cf350af1a3b96c575140246ed65b33127d92f84a57d959f24c99ef748ab80097ffce2ed8f16319aa SHA512 0193d5777ed191f7f3dac67fc9754f5588f35b9486567f3a7e7f9dd998865ff2130ad04b78a98dae1e1164fbd400a58328bdee777e9d0ff1100d1fd189a5aa2f
25 DIST grisbi-1.2.2.tar.bz2 7325947 BLAKE2B 559ffc8c46edc629fd17aa38042a7d9a39dd9c1866bddc86560bae2750a53916a6e0a451dc6e482b9d21bc1d8d493701d656dfa85b131f5f9b5b3c014249dcd2 SHA512 7d627f9ae588c0d5a8235bb86f3ed160a572114ccfec1dce9c7137296e5525411600033ca4e42b242004edddc42f2160e95c18c0c0cd13516cf62486e081acdd
26
27 diff --git a/app-office/grisbi/grisbi-1.0.4.ebuild b/app-office/grisbi/grisbi-1.0.4.ebuild
28 deleted file mode 100644
29 index 996e90a1e3c..00000000000
30 --- a/app-office/grisbi/grisbi-1.0.4.ebuild
31 +++ /dev/null
32 @@ -1,40 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -GNOME2_LA_PUNT="yes"
38 -
39 -inherit gnome2
40 -
41 -DESCRIPTION="Grisbi is a personal accounting application for Linux"
42 -HOMEPAGE="http://www.grisbi.org"
43 -SRC_URI="mirror://sourceforge/grisbi/grisbi%20stable/1.0.x/${P}.tar.bz2"
44 -IUSE="libressl nls ofx ssl"
45 -
46 -LICENSE="GPL-2"
47 -SLOT="0"
48 -KEYWORDS="amd64 ~ppc x86"
49 -
50 -RDEPEND="
51 - dev-libs/libxml2:2
52 - >=dev-libs/glib-2.18.0:2
53 - >=x11-libs/gtk+-2.12.0:2
54 - x11-misc/xdg-utils
55 - ssl? (
56 - libressl? ( dev-libs/libressl:0= )
57 - !libressl? ( >=dev-libs/openssl-0.9.5:0= ) )
58 - ofx? ( >=dev-libs/libofx-0.7.0 )
59 -"
60 -DEPEND="${RDEPEND}
61 - virtual/pkgconfig
62 -"
63 -
64 -src_configure() {
65 - gnome2_src_configure \
66 - --with-libxml2 \
67 - --without-cunit \
68 - --disable-static \
69 - $(use_with ssl openssl) \
70 - $(use_with ofx) \
71 - $(use_enable nls)
72 -}
73
74 diff --git a/app-office/grisbi/grisbi-1.2.1.ebuild b/app-office/grisbi/grisbi-1.2.1.ebuild
75 deleted file mode 100644
76 index 1cb4dfed211..00000000000
77 --- a/app-office/grisbi/grisbi-1.2.1.ebuild
78 +++ /dev/null
79 @@ -1,43 +0,0 @@
80 -# Copyright 1999-2019 Gentoo Authors
81 -# Distributed under the terms of the GNU General Public License v2
82 -
83 -EAPI=6
84 -GNOME2_LA_PUNT="yes"
85 -
86 -inherit gnome2
87 -
88 -DESCRIPTION="Grisbi is a personal accounting application for Linux"
89 -HOMEPAGE="http://www.grisbi.org https://github.com/grisbi/grisbi"
90 -SRC_URI="mirror://sourceforge/${PN}/grisbi%20stable/1.2.x/${P}.tar.bz2"
91 -IUSE="goffice libressl nls ofx ssl"
92 -
93 -LICENSE="GPL-2"
94 -SLOT="0"
95 -KEYWORDS="~amd64 ~ppc ~x86"
96 -
97 -RDEPEND="
98 - >=dev-libs/libxml2-2.5:2
99 - >=dev-libs/glib-2.44.0:2
100 - >=x11-libs/gtk+-3.20:3
101 - x11-misc/xdg-utils
102 - >=gnome-extra/libgsf-1.14
103 - ssl? (
104 - libressl? ( dev-libs/libressl:0= )
105 - !libressl? ( >=dev-libs/openssl-1.0.0:0= ) )
106 - ofx? ( >=dev-libs/libofx-0.9.0 )
107 - goffice? ( >=x11-libs/goffice-0.10.0 )
108 -"
109 -DEPEND="${RDEPEND}
110 - virtual/pkgconfig
111 -"
112 -
113 -src_configure() {
114 - gnome2_src_configure \
115 - --with-libxml2 \
116 - --without-cunit \
117 - --disable-static \
118 - $(use_with ssl openssl) \
119 - $(use_with ofx) \
120 - $(use_with goffice) \
121 - $(use_enable nls)
122 -}