mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-libs/gwenhywfar: Drop old
Bug: https://bugs.gentoo.org/590626 Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
@@ -1,4 +1 @@
|
||||
DIST gwenhywfar-4.12.0beta.tar.gz 2442433 BLAKE2B a3341df696dc861fe5695be4991423fc866ab006ce9343d68b24be4c8c15ad9331ce5dd7a244a6165877879b041b001adfdaa4da78e91e84753e7b0bd953495a SHA512 102d41a2efa248fe5c65f8d85688728f081c4e97e6ca58b125430e5b4dbc8f5f5d025ea0b03015f6055b21811d4baf2cc9e5e96fc80d3ae4b768a777a06c7531
|
||||
DIST gwenhywfar-4.13.1.tar.gz 2518248 BLAKE2B 495560ebe98d29ceb16f80d6b905aeb5c960642e130309e24bbfc137537381d377083f18238dcf27618d1a23e391ad2e015028849a8107cff2f550c8f069e448 SHA512 6a7d58189c0a9250c5291ab6350ace3b33201f5565b713b2728a2253bec209295306cd13fbbcf6bd51c4e919fa5b8fdc812d3098d946606708cd819fccc0ea1a
|
||||
DIST gwenhywfar-4.15.3.tar.gz 2249350 BLAKE2B 278ee013fbcf1e05f8006b3b1bcf325e47895987e374868c9c64d1312a43485b61589d17ab1790f64b11d06c9976960b66f587157ca87749fa259502fa19e405 SHA512 a14d625518d94c94491df149f9e746ed8d769f4e43b6df24f51f4269f29005f7431e33e85de0bde0a81a2e876fea8ddad5ed4191114295d6c9ea2e94aba08799
|
||||
DIST gwenhywfar-4.3.3.tar.gz 2346826 BLAKE2B 14e7c50ab4faf34c6be450791a66fb2803d425281d2a72515b638dd1f3b1efa2e504dd455e0b7d3c0a437e883fd36adf7ce22dba9ed77af71348e092b23d2471 SHA512 cb8896991d012b3acfcb653ad5557f9f63e7239c76d0882b06382e6f3d1b0f05e705f85b6adef6d3c057ccf532c4836ab06dd0af2d5bc3d8283f13a1a12b3216
|
||||
|
||||
@@ -1,59 +0,0 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
MY_P="${P/_beta/beta}"
|
||||
DESCRIPTION="A multi-platform helper library for other libraries"
|
||||
HOMEPAGE="http://www.aquamaniac.de/aqbanking/"
|
||||
SRC_URI="http://www.aquamaniac.de/sites/download/download.php?package=01&release=76&file=01&dummy=${MY_P}.tar.gz -> ${MY_P}.tar.gz"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
|
||||
IUSE="debug doc fox gtk qt4"
|
||||
|
||||
RDEPEND="dev-libs/libgpg-error
|
||||
>=dev-libs/libgcrypt-1.2.0:0
|
||||
dev-libs/openssl:0
|
||||
>=net-libs/gnutls-2.0.1
|
||||
virtual/libiconv
|
||||
virtual/libintl
|
||||
fox? ( x11-libs/fox:1.6 )
|
||||
gtk? ( >=x11-libs/gtk+-2.17.5:2 )
|
||||
qt4? ( dev-qt/qtgui:4 )"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig
|
||||
sys-devel/gettext
|
||||
doc? ( app-doc/doxygen )"
|
||||
|
||||
# broken upstream, reported but got no reply
|
||||
RESTRICT="test"
|
||||
|
||||
src_configure() {
|
||||
local guis
|
||||
use fox && guis="${guis} fox16"
|
||||
use gtk && guis="${guis} gtk2"
|
||||
use qt4 && guis="${guis} qt4"
|
||||
|
||||
econf \
|
||||
--enable-ssl \
|
||||
--enable-visibility \
|
||||
$(use_enable debug) \
|
||||
$(use_enable doc full-doc) \
|
||||
--with-guis="${guis}" \
|
||||
--with-docpath=/usr/share/doc/${PF}/apidoc
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake
|
||||
use doc && emake srcdoc
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install
|
||||
use doc && emake DESTDIR="${D}" install-srcdoc
|
||||
dodoc AUTHORS ChangeLog README TODO
|
||||
find "${ED}" -name '*.la' -exec rm -f {} +
|
||||
}
|
||||
@@ -1,59 +0,0 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
MY_P="${P/_beta/beta}"
|
||||
DESCRIPTION="A multi-platform helper library for other libraries"
|
||||
HOMEPAGE="http://www.aquamaniac.de/aqbanking/"
|
||||
SRC_URI="http://www.aquamaniac.de/sites/download/download.php?package=01&release=78&file=01&dummy=${MY_P}.tar.gz -> ${MY_P}.tar.gz"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
|
||||
IUSE="debug doc fox gtk qt4"
|
||||
|
||||
RDEPEND="dev-libs/libgpg-error
|
||||
>=dev-libs/libgcrypt-1.2.0:0
|
||||
dev-libs/openssl:0
|
||||
>=net-libs/gnutls-2.0.1
|
||||
virtual/libiconv
|
||||
virtual/libintl
|
||||
fox? ( x11-libs/fox:1.6 )
|
||||
gtk? ( >=x11-libs/gtk+-2.17.5:2 )
|
||||
qt4? ( dev-qt/qtgui:4 )"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig
|
||||
sys-devel/gettext
|
||||
doc? ( app-doc/doxygen )"
|
||||
|
||||
# broken upstream, reported but got no reply
|
||||
RESTRICT="test"
|
||||
|
||||
src_configure() {
|
||||
local guis
|
||||
use fox && guis="${guis} fox16"
|
||||
use gtk && guis="${guis} gtk2"
|
||||
use qt4 && guis="${guis} qt4"
|
||||
|
||||
econf \
|
||||
--enable-ssl \
|
||||
--enable-visibility \
|
||||
$(use_enable debug) \
|
||||
$(use_enable doc full-doc) \
|
||||
--with-guis="${guis}" \
|
||||
--with-docpath=/usr/share/doc/${PF}/apidoc
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake
|
||||
use doc && emake srcdoc
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install
|
||||
use doc && emake DESTDIR="${D}" install-srcdoc
|
||||
dodoc AUTHORS ChangeLog README TODO
|
||||
find "${ED}" -name '*.la' -exec rm -f {} +
|
||||
}
|
||||
@@ -1,57 +0,0 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=4
|
||||
|
||||
DESCRIPTION="A multi-platform helper library for other libraries"
|
||||
HOMEPAGE="http://www.aquamaniac.de/aqbanking/"
|
||||
SRC_URI="http://www.aquamaniac.de/sites/download/download.php?package=01&release=67&file=01&dummy=${P}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 hppa ppc ~ppc64 ~sparc x86"
|
||||
IUSE="debug doc fox gtk qt4"
|
||||
|
||||
RDEPEND="dev-libs/libgpg-error
|
||||
>=dev-libs/libgcrypt-1.2.0:0
|
||||
dev-libs/openssl:0
|
||||
>=net-libs/gnutls-2.0.1
|
||||
virtual/libiconv
|
||||
virtual/libintl
|
||||
fox? ( x11-libs/fox:1.6 )
|
||||
gtk? ( >=x11-libs/gtk+-2.17.5:2 )
|
||||
qt4? ( dev-qt/qtgui:4 )"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig
|
||||
sys-devel/gettext
|
||||
doc? ( app-doc/doxygen )"
|
||||
|
||||
# broken upstream, reported but got no reply
|
||||
RESTRICT="test"
|
||||
|
||||
src_configure() {
|
||||
local guis
|
||||
use fox && guis="${guis} fox16"
|
||||
use gtk && guis="${guis} gtk2"
|
||||
use qt4 && guis="${guis} qt4"
|
||||
|
||||
econf \
|
||||
--enable-ssl \
|
||||
--enable-visibility \
|
||||
$(use_enable debug) \
|
||||
$(use_enable doc full-doc) \
|
||||
--with-guis="${guis}" \
|
||||
--with-docpath=/usr/share/doc/${PF}/apidoc
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake
|
||||
use doc && emake srcdoc
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install
|
||||
use doc && emake DESTDIR="${D}" install-srcdoc
|
||||
dodoc AUTHORS ChangeLog README TODO
|
||||
find "${ED}" -name '*.la' -exec rm -f {} +
|
||||
}
|
||||
Reference in New Issue
Block a user