diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-09-30 01:48:15 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-09-30 01:51:39 +1000 |
commit | 045e177e74c1e50f85c868cf434d0ec9824ad5c6 (patch) | |
tree | d309151618b330ce965bc34601d94277f0700359 /dev-libs/libgamin | |
parent | media-libs/exempi: remove old (diff) | |
download | gentoo-045e177e74c1e50f85c868cf434d0ec9824ad5c6.tar.gz gentoo-045e177e74c1e50f85c868cf434d0ec9824ad5c6.tar.bz2 gentoo-045e177e74c1e50f85c868cf434d0ec9824ad5c6.zip |
dev-libs/libgamin: remove old
Package-Manager: portage-2.3.1
Diffstat (limited to 'dev-libs/libgamin')
-rw-r--r-- | dev-libs/libgamin/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/libgamin/libgamin-0.1.10-r4.ebuild | 151 |
2 files changed, 0 insertions, 152 deletions
diff --git a/dev-libs/libgamin/Manifest b/dev-libs/libgamin/Manifest index 517f85c2a6c5..2553ad85e5b5 100644 --- a/dev-libs/libgamin/Manifest +++ b/dev-libs/libgamin/Manifest @@ -1,5 +1,4 @@ DIST gamin-0.1.10.tar.bz2 452194 SHA256 a59948b20ce2f14136c013f155abb8c8d51db2ea167c063ff33461e453fec10a SHA512 ccdbc06eeb958ed2d888aee3fcadbadf00e9e6566802adee82035e0762ac3351ed2a2983eabe07503ddde2ddf035185c6cd98cbece2feadaaa36e8f656a38306 WHIRLPOOL 49ca0e192d8f5e28d6ffbb201b98b0f2c736554447b37c50eaa6e76e499ab77d696cf585c96c6a38f94c2589c634e694daf2e4969ffddbbb245b07b8a6e7b2d8 DIST gamin-0.1.9-freebsd.patch.bz2 4635 SHA256 fcd1a6655d1c7cd86db6102931a4da1c22bc85f1c4692959c1a966fec5231723 SHA512 a9d9a8e4d85b289df6f87bf2b966ff262281db0d7e6094deb4f2c179f12c6cc3e387c1e1c28306a9fb54f2eb2837f9bdd3a34b2bb68db8abfdbecc7492e9730b WHIRLPOOL 462173a33e8f804b71c6991aa5925a5c9a6ee83f80b13967369c5c45721069e629c052e5daebfc3fb03bbad4d3054b523afb6e430db997581f3ff942f7da3180 DIST libgamin-0.1.10-opensolaris.patch.bz2 16955 SHA256 9cb1bde5a34888ce4de4c4894c7d31dbfdbfb3279007b9eddf2da35510f6a9b5 SHA512 fd1cfc5a6b5ba429622f8d426cfba0e3c1c05c3677fb58c53af39b4030ae56f3f71caf63eb5ecb16169c2f7e8c79a32d7d440857c2c7fd3a259cf8312a9b2004 WHIRLPOOL 3efbf3781a55f44f383e573db4a3b3df731e9f77608d73db4ff3027eae0bda6abb6eae022c094735c0d8d2a85e224a980436d8557f9350bb1558b40d99280701 -DIST pkg-config-0.26.tar.gz 396399 SHA256 94c1936a797c930fb3e4e5a154165b6268caba22b32d24083dd4c492a533c8af SHA512 9390d5918dd4ac520b914d2330aa7cae2587ca7b21b03bc88372fd5dbbd78e33eeb3fca39fcdb6dd10113658f03118a1c8829149c7029eb0dd80348d100170a4 WHIRLPOOL f535946a02192a9bffc7be0fae454e25aa86af8bac7f47622d52ed13f77f1ba05ff9b5693b2a501981e3991e4e1595eced22dee4ab748b310baa7d57267a62a7 DIST pkg-config-0.28.tar.gz 1931203 SHA256 6b6eb31c6ec4421174578652c7e141fdaae2dabad1021f420d8713206ac1f845 SHA512 6eafa5ca77c5d44cd15f48457a5e96fcea2555b66d8e35ada5ab59864a0aa03d441e15f54ab9c6343693867b3b490f392c75b7d9312f024c9b7ec6a0194d8320 WHIRLPOOL db4ddb4ce61724e629931c5ffccb4d7a551b4dc0f4efed5a966822307e4b5a786adee5705dd80ec0a9aa32cb1af9ad9615e307360e131fc34688207216161486 diff --git a/dev-libs/libgamin/libgamin-0.1.10-r4.ebuild b/dev-libs/libgamin/libgamin-0.1.10-r4.ebuild deleted file mode 100644 index d03fdf0e207c..000000000000 --- a/dev-libs/libgamin/libgamin-0.1.10-r4.ebuild +++ /dev/null @@ -1,151 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -PYTHON_DEPEND="python? 2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" -GNOME_ORG_MODULE="gamin" -GNOME_TARBALL_SUFFIX="bz2" - -inherit autotools eutils flag-o-matic libtool python gnome.org multilib-minimal - -DESCRIPTION="Library providing the FAM File Alteration Monitor API" -HOMEPAGE="https://www.gnome.org/~veillard/gamin/" -SRC_URI="${SRC_URI} - mirror://gentoo/gamin-0.1.9-freebsd.patch.bz2 - https://dev.gentoo.org/~grobian/patches/libgamin-0.1.10-opensolaris.patch.bz2 - https://pkgconfig.freedesktop.org/releases/pkg-config-0.26.tar.gz" # pkg.m4 for eautoreconf - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="debug kernel_linux python static-libs" - -RESTRICT="test" # needs gam-server - -RDEPEND="!app-admin/fam - !<app-admin/gamin-0.1.10" -DEPEND="${RDEPEND}" - -pkg_setup() { - if use python; then - python_pkg_setup - fi -} - -src_prepare() { - mv -vf "${WORKDIR}"/pkg-config-*/pkg.m4 "${WORKDIR}"/ || die - - # Fix QA warnings, bug #257281, upstream #466791 - epatch "${FILESDIR}"/${PN}-0.1.10-compilewarnings.patch - - if [[ ${CHOST} != *-solaris* ]] ; then - # Fix compile warnings; bug #188923 - epatch "${DISTDIR}"/gamin-0.1.9-freebsd.patch.bz2 - else - # (Open)Solaris necessary patches (changes configure.in), unfortunately - # conflicts with freebsd patch and breaks some linux installs so it must - # only be applied if on solaris. - epatch "${DISTDIR}"/${P}-opensolaris.patch.bz2 - fi - - # Fix collision problem due to intermediate library, upstream bug #530635 - epatch "${FILESDIR}"/${PN}-0.1.10-noinst-lib.patch - - # Fix compilation with latest glib, bug #382783 - epatch "${FILESDIR}/${PN}-0.1.10-G_CONST_RETURN-removal.patch" - - # Fix crosscompilation issues, bug #267604 - epatch "${FILESDIR}/${PN}-0.1.10-crosscompile-fix.patch" - - # Enable linux specific features on armel, upstream bug #588338 - epatch "${FILESDIR}/${P}-armel-features.patch" - - # Fix possible server deadlock in ih_sub_cancel, upstream bug #667230 - epatch "${FILESDIR}/${PN}-0.1.10-deadlock.patch" - - # Drop DEPRECATED flags - sed -i -e 's:-DG_DISABLE_DEPRECATED:$(NULL):g' server/Makefile.am || die - - # Build only shared version of Python module. - epatch "${FILESDIR}"/${PN}-0.1.10-disable_python_static_library.patch - - # Python bindings are built/installed manually. - sed -e "/SUBDIRS += python/d" -i Makefile.am - - sed -i \ - -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' \ - -e 's:AM_PROG_CC_STDC:AC_PROG_CC:' \ - configure.in || die #466962 - - # autoconf is required as the user-cflags patch modifies configure.in - # however, elibtoolize is also required, so when the above patch is - # removed, replace the following call with a call to elibtoolize - AT_M4DIR="${WORKDIR}" eautoreconf - - use python && python_clean_py-compile_files -} - -multilib_src_configure() { - ECONF_SOURCE="${S}" econf \ - $(use_enable static-libs static) \ - --disable-debug \ - --disable-server \ - $(use_enable kernel_linux inotify) \ - $(use_enable debug debug-api) \ - $(use_with python) -} - -multilib_src_compile() { - default - - if multilib_is_native_abi && use python; then - python_copy_sources python - - building() { - emake \ - PYTHON_INCLUDES="${EPREFIX}$(python_get_includedir)" \ - PYTHON_SITE_PACKAGES="${EPREFIX}$(python_get_sitedir)" \ - PYTHON_VERSION="$(python_get_version)" - } - S="${BUILD_DIR}" python_execute_function -s --source-dir python building - fi -} - -multilib_src_install() { - emake DESTDIR="${D}" install - - if multilib_is_native_abi && use python; then - installation() { - emake \ - DESTDIR="${D}" \ - PYTHON_SITE_PACKAGES="${EPREFIX}$(python_get_sitedir)" \ - PYTHON_VERSION="$(python_get_version)" \ - install - } - S="${BUILD_DIR}" python_execute_function -s --source-dir python installation - - python_clean_installation_image - fi -} - -multilib_src_instal_all() { - dodoc AUTHORS ChangeLog README TODO NEWS doc/*txt - dohtml doc/* - - find "${D}" -name '*.la' -exec rm -f {} + -} - -pkg_postinst() { - if use python; then - python_mod_optimize gamin.py - fi -} - -pkg_postrm() { - if use python; then - python_mod_cleanup gamin.py - fi -} |