diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-16 15:33:07 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-16 15:33:07 +0000 |
commit | 27e093043254a79bf8d95998095d4e534c556e06 (patch) | |
tree | 464c2a5b8cfc2d5d6bf86da62ff46834642020fc /dev-libs/libgamin | |
parent | Added patch from Fedora to avoid collision with libquicktime, bug #324217, th... (diff) | |
download | gentoo-2-27e093043254a79bf8d95998095d4e534c556e06.tar.gz gentoo-2-27e093043254a79bf8d95998095d4e534c556e06.tar.bz2 gentoo-2-27e093043254a79bf8d95998095d4e534c556e06.zip |
Delete older ebuild.
Diffstat (limited to 'dev-libs/libgamin')
-rw-r--r-- | dev-libs/libgamin/Manifest | 11 | ||||
-rw-r--r-- | dev-libs/libgamin/libgamin-0.1.10-r1.ebuild | 82 |
2 files changed, 0 insertions, 93 deletions
diff --git a/dev-libs/libgamin/Manifest b/dev-libs/libgamin/Manifest index 7c2c4c157fe6..74ec0c1b34ee 100644 --- a/dev-libs/libgamin/Manifest +++ b/dev-libs/libgamin/Manifest @@ -1,18 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - AUX libgamin-0.1.10-compilewarnings.patch 526 RMD160 b460c5b724a36934c5e4a411a3d5e6d5a8f820ef SHA1 8358f05948018bfd46b752f76006f5272f5f9385 SHA256 dfca2bee08ba14c873a6bcd732359dd7e3a9372d6d9fb82378194d7a73a30e68 AUX libgamin-0.1.10-noinst-lib.patch 2207 RMD160 f0d2479f5aec3ef8852a36214c168ef560de3594 SHA1 544895f7345413c5314b4d5892492e7b27c8eb6b SHA256 e19ede71d259fbe5888c06635441365a48687034b24c5f15edd808a7cbd9cdc7 DIST gamin-0.1.10.tar.gz 653392 RMD160 fb6ba5ec2d2f49afacf10dda4095f02f5930d686 SHA1 f4c6b9fe87757552ef58fef4abef9e42cd3142ac SHA256 28085f0ae8be10eab582ff186af4fb0be92cc6c62b5cc19cd09b295c7c2899a1 DIST gamin-0.1.9-freebsd.patch.bz2 4635 RMD160 9f53abfcb9e785e9408cb8f1d35ff36fb739d878 SHA1 3d276802bbab47885dfcba0bbe6422711c84e676 SHA256 fcd1a6655d1c7cd86db6102931a4da1c22bc85f1c4692959c1a966fec5231723 -EBUILD libgamin-0.1.10-r1.ebuild 2110 RMD160 d61c892119ab493b8678ad0fb3c2aada5424efc8 SHA1 b3614c1603b58ca1c4d0f6b976fc5a14d4bd0c12 SHA256 0cac290e4a3f217581b995cb2b2b91eaf844ab6425bbfe12a4b942daad897814 EBUILD libgamin-0.1.10-r2.ebuild 2135 RMD160 83fd4becc5af78831c35e46f21f056a604fc8a68 SHA1 9ee4aacdbf61c109572dbf1baf60585182ed1efd SHA256 7b2e47c55b941d6221df3c2ced76f187bf2549909cb5b6232119c39100abb6c5 MISC ChangeLog 3353 RMD160 96d81b92c008c2c2687b8f442c52de2bfbf4dbda SHA1 781953b97ae03ca5729b7557b762c25c69a1a8a2 SHA256 39447d4d2d4ca015b4b81c925307ccc4a2c6ea9f2d5c98d50012ae5debe0f069 MISC metadata.xml 234 RMD160 bd496dac30573bf707591b2b2ad497860e5aa029 SHA1 4641c1e70e35e944e7019aeae967deb1d2c28186 SHA256 3018e3b31ed690a57bfc14e35699dd20ea3b352fc28b918f699e6955b57a2d97 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.11 (GNU/Linux) - -iEYEARECAAYFAkq8oK8ACgkQAiZjviIA2XiBaQCgznlVfiuc+pm6Lu86e5hGRYuh -OfoAnRRhtVS/M8SjPbQus6LeVradcblN -=OTw0 ------END PGP SIGNATURE----- diff --git a/dev-libs/libgamin/libgamin-0.1.10-r1.ebuild b/dev-libs/libgamin/libgamin-0.1.10-r1.ebuild deleted file mode 100644 index 28d234a74466..000000000000 --- a/dev-libs/libgamin/libgamin-0.1.10-r1.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgamin/libgamin-0.1.10-r1.ebuild,v 1.9 2009/09/25 10:51:18 flameeyes Exp $ - -inherit autotools eutils flag-o-matic libtool python - -MY_PN=${PN//lib/} -MY_P=${MY_PN}-${PV} - -DESCRIPTION="Library providing the FAM File Alteration Monitor API" -HOMEPAGE="http://www.gnome.org/~veillard/gamin/" -SRC_URI="http://www.gnome.org/~veillard/${MY_PN}/sources/${MY_P}.tar.gz - mirror://gentoo/${MY_PN}-0.1.9-freebsd.patch.bz2" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="debug kernel_linux python" - -RESTRICT="test" # need gam-server - -RDEPEND="python? ( virtual/python ) - !app-admin/fam - !<app-admin/gamin-0.1.10" - -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - unpack ${A} - cd "${S}" - - # Fix compile warnings; bug #188923 - epatch "${DISTDIR}/${MY_PN}-0.1.9-freebsd.patch.bz2" - - # Fix collision problem due to intermediate library, upstream bug #530635 - epatch "${FILESDIR}/${P}-noinst-lib.patch" - - # 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 - eautoreconf - - # disable pyc compiling - mv "${S}"/py-compile "${S}"/py-compile.orig - ln -s $(type -P true) "${S}"/py-compile -} - -src_compile() { - # fixes bug #225403 - #append-flags "-D_GNU_SOURCE" - - econf --disable-debug \ - --disable-server \ - $(use_enable kernel_linux inotify) \ - $(use_enable debug debug-api) \ - $(use_with python) - - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "installation failed" - - dodoc AUTHORS ChangeLog README TODO NEWS doc/*txt - dohtml doc/* -} - -pkg_postinst() { - if use python; then - python_version - python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages - fi -} - -pkg_postrm() { - if use python; then - python_mod_cleanup /usr/$(get_libdir)/python*/site-packages - fi -} |