Loading dev-libs/globalplatform/Manifest 0 → 100644 +3 −0 Original line number Diff line number Diff line AUX gcc-fix.patch 289 SHA256 544d6c667133f0e2a766372b36d2160e2d3fea5809cfa4dd6d43bf021c800664 SHA512 538d372e26cbbfb9b25a7cc1e461f8ab9f30e1c88b0386acf5c9720ff8ce4259ceb11621123272da5ae84e88d7ad323020c4fe908824ccec5414bcc68670bba2 WHIRLPOOL bf2f9498d74de53ca878997dc229590ff26a7fee183b7055a6a907a92b06a51d620564543e7ebf9af393d17a42d0ea8f28dae6637a3a2298761148dd0578ba31 DIST globalplatform-6.0.0.tar.gz 421171 SHA256 fe0701c4afde4b14697749d30caa692cd21238cd64cabf408a87ad5e00483aa4 SHA512 cb2fc79052a073b5099da6c02ff9ca87bb966d42c1d8cf4f9ef2a39eb9772e1c5f656bc03f5e305885a9995856c0fbd3648a2c7ceb38ed194d007f3fc1219be4 WHIRLPOOL 693f8359613b594735e9a52c102c5cbf12caec7f2580eaf5c74e9c6b709fe3d6a017bfdfea087c92ab6f1ff50c24f78983c9116cce95c0e1dd58b5cef11fd377 EBUILD globalplatform-6.0.0.ebuild 866 SHA256 1835a1a327d4749b8c1783ae030224f6d9c3ba8f6ed9961051ac4d98f88bc8ca SHA512 050f109662c719dd1c63c1829fde5d5b0a777da01b4abb6c497f0e185b06457d3574b490c3634944392a64a07772e0940316c2e8417fa4d398d3e84d60240ed8 WHIRLPOOL c7667bf5efd636e98b51be0b9782376694a1d681fb6e6c09e0297c9dd6c17a9b9feaaac715b7599a767b8ff149fe0a9cf7f93cd9f4735d9f6ef33de787e667d4 dev-libs/globalplatform/files/gcc-fix.patch 0 → 100644 +15 −0 Original line number Diff line number Diff line --- a/src/unzip/ioapi.h 2013-09-26 03:13:13.407118417 -0400 +++ b/src/unzip/ioapi.h 2013-09-26 03:13:54.377734249 -0400 @@ -31,6 +31,12 @@ #endif #endif +#if PRE_ANSI_C89 +# define OF(args) () +#else +# define OF(args) args +#endif + #ifdef __cplusplus extern "C" { #endif dev-libs/globalplatform/globalplatform-6.0.0.ebuild 0 → 100644 +45 −0 Original line number Diff line number Diff line # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ jdkbx EAPI=4 WANT_AUTOMAKE="1.11" inherit eutils libtool autotools DESCRIPTION="This is a library for providing access to OpenPlatform 2.0.1' and GlobalPlatform 2.1.1 conforming smart cards." HOMEPAGE="http://sourceforge.net/projects/globalplatform/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" RDEPEND=">=sys-libs/zlib-1.2.3 >=dev-libs/openssl-0.9.7e sys-apps/pcsc-lite" DEPEND="${RDEPEND} virtual/pkgconfig" src_unpack() { unpack ${A} cd "${S}" epatch ${FILESDIR}/gcc-fix.patch } src_prepare() { cd "${S}" sed -i -e '/^LDFLAGS/d' configure.in eautoreconf } src_install() { emake DESTDIR="${D}" install || die dodoc AUTHORS COPYING COPYING.LESSER NEWS README } dev-util/gppcscconnectionplugin/Manifest 0 → 100644 +2 −0 Original line number Diff line number Diff line DIST gppcscconnectionplugin-1.1.0.tar.gz 320566 SHA256 4d090170a02c3f4358e80b00c2d25619e31b8c9115b206a85ab9949f60667b34 SHA512 4399cb7c47a399b4a2c66d3b9a8bc7d73fb5e4a19f1a3e3fcdf326d5614326714566d44b3e3e5a122057806cc21ba07880e8b55865873cfec0b944def6517e47 WHIRLPOOL 3c418f0f019cf8de2aa074f0942a47e690dd95fb28b9b4410708747f3e4c190db65791236f51186f2e90eaca310115aaf64d6585d877de0f7caac81d7cc21229 EBUILD gppcscconnectionplugin-1.1.0.ebuild 683 SHA256 3733cc583aca4e06d525302b5a6d439bc6e43cdad753392067566543ea7b50b8 SHA512 7d269a1f86b5a9f6fe4a78ecaba4b34dadc8407758cd1b37f9a4f8989ba35b33cd5630ceac84e356ea232b2571270c14484177d60aa8fc92164137ed73bfd4db WHIRLPOOL b16445b9c05d2608adac1768d637c7631d8254d60ede981a3aa221e71da0e62942d756187501eb9a211ff1649ee3a6a39aa414fe2001c31b5b07090a207c4a98 dev-util/gppcscconnectionplugin/gppcscconnectionplugin-1.1.0.ebuild 0 → 100644 +28 −0 Original line number Diff line number Diff line # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ jdkbx inherit eutils libtool autotools DESCRIPTION="gppcscconnectionplugin is something, not sure what but i need it" HOMEPAGE="http://sourceforge.net/projects/globalplatform/" SRC_URI="mirror://sourceforge/globalplatform/${P}.tar.gz" LICENSE="LGPL" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" RDEPEND=">=dev-libs/globalplatform-4.3.2 >=sys-libs/zlib-1.2.3 >=dev-libs/openssl-0.9.7e sys-apps/pcsc-lite" DEPEND="${RDEPEND} virtual/pkgconfig" src_install() { emake DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog COPYING COPYING.LESSER NEWS README } Loading
dev-libs/globalplatform/Manifest 0 → 100644 +3 −0 Original line number Diff line number Diff line AUX gcc-fix.patch 289 SHA256 544d6c667133f0e2a766372b36d2160e2d3fea5809cfa4dd6d43bf021c800664 SHA512 538d372e26cbbfb9b25a7cc1e461f8ab9f30e1c88b0386acf5c9720ff8ce4259ceb11621123272da5ae84e88d7ad323020c4fe908824ccec5414bcc68670bba2 WHIRLPOOL bf2f9498d74de53ca878997dc229590ff26a7fee183b7055a6a907a92b06a51d620564543e7ebf9af393d17a42d0ea8f28dae6637a3a2298761148dd0578ba31 DIST globalplatform-6.0.0.tar.gz 421171 SHA256 fe0701c4afde4b14697749d30caa692cd21238cd64cabf408a87ad5e00483aa4 SHA512 cb2fc79052a073b5099da6c02ff9ca87bb966d42c1d8cf4f9ef2a39eb9772e1c5f656bc03f5e305885a9995856c0fbd3648a2c7ceb38ed194d007f3fc1219be4 WHIRLPOOL 693f8359613b594735e9a52c102c5cbf12caec7f2580eaf5c74e9c6b709fe3d6a017bfdfea087c92ab6f1ff50c24f78983c9116cce95c0e1dd58b5cef11fd377 EBUILD globalplatform-6.0.0.ebuild 866 SHA256 1835a1a327d4749b8c1783ae030224f6d9c3ba8f6ed9961051ac4d98f88bc8ca SHA512 050f109662c719dd1c63c1829fde5d5b0a777da01b4abb6c497f0e185b06457d3574b490c3634944392a64a07772e0940316c2e8417fa4d398d3e84d60240ed8 WHIRLPOOL c7667bf5efd636e98b51be0b9782376694a1d681fb6e6c09e0297c9dd6c17a9b9feaaac715b7599a767b8ff149fe0a9cf7f93cd9f4735d9f6ef33de787e667d4
dev-libs/globalplatform/files/gcc-fix.patch 0 → 100644 +15 −0 Original line number Diff line number Diff line --- a/src/unzip/ioapi.h 2013-09-26 03:13:13.407118417 -0400 +++ b/src/unzip/ioapi.h 2013-09-26 03:13:54.377734249 -0400 @@ -31,6 +31,12 @@ #endif #endif +#if PRE_ANSI_C89 +# define OF(args) () +#else +# define OF(args) args +#endif + #ifdef __cplusplus extern "C" { #endif
dev-libs/globalplatform/globalplatform-6.0.0.ebuild 0 → 100644 +45 −0 Original line number Diff line number Diff line # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ jdkbx EAPI=4 WANT_AUTOMAKE="1.11" inherit eutils libtool autotools DESCRIPTION="This is a library for providing access to OpenPlatform 2.0.1' and GlobalPlatform 2.1.1 conforming smart cards." HOMEPAGE="http://sourceforge.net/projects/globalplatform/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" RDEPEND=">=sys-libs/zlib-1.2.3 >=dev-libs/openssl-0.9.7e sys-apps/pcsc-lite" DEPEND="${RDEPEND} virtual/pkgconfig" src_unpack() { unpack ${A} cd "${S}" epatch ${FILESDIR}/gcc-fix.patch } src_prepare() { cd "${S}" sed -i -e '/^LDFLAGS/d' configure.in eautoreconf } src_install() { emake DESTDIR="${D}" install || die dodoc AUTHORS COPYING COPYING.LESSER NEWS README }
dev-util/gppcscconnectionplugin/Manifest 0 → 100644 +2 −0 Original line number Diff line number Diff line DIST gppcscconnectionplugin-1.1.0.tar.gz 320566 SHA256 4d090170a02c3f4358e80b00c2d25619e31b8c9115b206a85ab9949f60667b34 SHA512 4399cb7c47a399b4a2c66d3b9a8bc7d73fb5e4a19f1a3e3fcdf326d5614326714566d44b3e3e5a122057806cc21ba07880e8b55865873cfec0b944def6517e47 WHIRLPOOL 3c418f0f019cf8de2aa074f0942a47e690dd95fb28b9b4410708747f3e4c190db65791236f51186f2e90eaca310115aaf64d6585d877de0f7caac81d7cc21229 EBUILD gppcscconnectionplugin-1.1.0.ebuild 683 SHA256 3733cc583aca4e06d525302b5a6d439bc6e43cdad753392067566543ea7b50b8 SHA512 7d269a1f86b5a9f6fe4a78ecaba4b34dadc8407758cd1b37f9a4f8989ba35b33cd5630ceac84e356ea232b2571270c14484177d60aa8fc92164137ed73bfd4db WHIRLPOOL b16445b9c05d2608adac1768d637c7631d8254d60ede981a3aa221e71da0e62942d756187501eb9a211ff1649ee3a6a39aa414fe2001c31b5b07090a207c4a98
dev-util/gppcscconnectionplugin/gppcscconnectionplugin-1.1.0.ebuild 0 → 100644 +28 −0 Original line number Diff line number Diff line # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ jdkbx inherit eutils libtool autotools DESCRIPTION="gppcscconnectionplugin is something, not sure what but i need it" HOMEPAGE="http://sourceforge.net/projects/globalplatform/" SRC_URI="mirror://sourceforge/globalplatform/${P}.tar.gz" LICENSE="LGPL" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" RDEPEND=">=dev-libs/globalplatform-4.3.2 >=sys-libs/zlib-1.2.3 >=dev-libs/openssl-0.9.7e sys-apps/pcsc-lite" DEPEND="${RDEPEND} virtual/pkgconfig" src_install() { emake DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog COPYING COPYING.LESSER NEWS README }