diff options
author | Luis Medinas <metalgod@gentoo.org> | 2007-02-26 02:36:50 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2007-02-26 02:36:50 +0000 |
commit | 6f3c0a2682600bfab7a1d4f7e26b78fd49e1d701 (patch) | |
tree | 8df52869bf923d4bbd5f905908efa987b5bf305d /app-misc | |
parent | add example for how to run cpufreq-set (diff) | |
download | gentoo-2-6f3c0a2682600bfab7a1d4f7e26b78fd49e1d701.tar.gz gentoo-2-6f3c0a2682600bfab7a1d4f7e26b78fd49e1d701.tar.bz2 gentoo-2-6f3c0a2682600bfab7a1d4f7e26b78fd49e1d701.zip |
Remove older version.
(Portage version: 2.1.2-r11)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/beagle/beagle-0.2.7.ebuild | 139 | ||||
-rw-r--r-- | app-misc/beagle/files/digest-beagle-0.2.7 | 3 |
2 files changed, 0 insertions, 142 deletions
diff --git a/app-misc/beagle/beagle-0.2.7.ebuild b/app-misc/beagle/beagle-0.2.7.ebuild deleted file mode 100644 index b9b4494eb6a1..000000000000 --- a/app-misc/beagle/beagle-0.2.7.ebuild +++ /dev/null @@ -1,139 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/beagle/beagle-0.2.7.ebuild,v 1.6 2007/01/28 04:55:05 genone Exp $ - -inherit gnome.org eutils autotools mono - -DESCRIPTION="search tool that ransacks your personal information space to find whatever you're looking for" -HOMEPAGE="http://www.beagle-project.org/" - -LICENSE="MIT Apache-1.1" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="chm debug evo gtk ole pdf python" - -RDEPEND=" - >=dev-lang/mono-1.1.13.6 - app-shells/bash - app-arch/zip - sys-devel/gettext - >=x11-libs/gtk+-2.6.0 - >=dev-libs/atk-1.2.4 - >=dev-libs/gmime-2.1.19 - >=dev-dotnet/gtk-sharp-2.8 - >=gnome-base/librsvg-2.0 - >=media-libs/libexif-0.6.0 - >=dev-libs/libxml2-2.6.19 - - || ( >=dev-db/sqlite-3.3.1 - =dev-db/sqlite-2* ) - - || ( ( x11-libs/libX11 - x11-libs/libXScrnSaver - x11-libs/libXt ) - virtual/x11 ) - - gtk? ( >=dev-dotnet/gconf-sharp-2.8 - >=dev-dotnet/glade-sharp-2.8 - >=dev-dotnet/gnome-sharp-2.8 - >=dev-dotnet/gnome-sharp-2.8 ) - - python? ( >=dev-lang/python-2.3 - >=dev-python/pygtk-2.6 ) - - evo? ( >=dev-dotnet/evolution-sharp-0.10.2 - >=dev-dotnet/gconf-sharp-2.3 ) - - ole? ( >=app-text/wv-1.2.0 - >=dev-dotnet/gsf-sharp-0.6 - >=app-office/gnumeric-1.4.3-r3 ) - pdf? ( >=app-text/poppler-0.5.1 ) - chm? ( app-doc/chmlib ) " - -DEPEND="${RDEPEND} - dev-util/pkgconfig - || ( ( x11-proto/xproto - x11-proto/scrnsaverproto ) - virtual/x11 )" - -pkg_setup() { - if built_with_use dev-libs/gmime mono - then - einfo "Mono support enabled in dev-libs/gmime, I will continue..." - else - eerror "Please rebuild dev-libs/gmime, with mono support enabled!" - eerror "Try USE=\"mono\" emerge dev-libs/gmime," - eerror "or add \"mono\" to your USE string in /etc/make.conf and" - eerror "emerge dev-libs/gmime." - die "Mono USE flag must be enabled in dev-libs/gmime" - fi - - enewgroup beagleindex - enewuser beagleindex -1 -1 /var/lib/cache/beagle beagleindex -} - -src_unpack() { - unpack ${A} - cd ${S} - - # To prevent excessive revdep-rebuild, gentoo's libexif is sticking to - # soversion 10 for now. - sed -i -e 's/EXIF_SOVERSION=12/EXIF_SOVERSION=10/' configure.in - - # Multilib fix - sed -i -e 's:prefix mono`/lib:libdir mono`:' \ - ${S}/configure.in || die "sed failed" - - # Don't log so much - ! use debug && sed -i -e \ - 's/defaultLevel = LogLevel.Debug/defaultLevel = LogLevel.Info/' \ - Util/Logger.cs - - epatch ${FILESDIR}/${PN}-0.2.4-CVE-2006-1296.patch - epatch ${FILESDIR}/${PN}-0.2.7-crawltweek.patch - - eautoreconf -} - -src_compile() { - econf \ - $(use_enable evo evolution) \ - $(use_enable gtk gui) \ - $(use_enable python ) \ - --enable-libbeagle \ - || die "configure failed" - emake || die "Make failed" -} - -src_install() { - make DESTDIR="${D}" install || die "Install failed!" - - dodir /usr/share/beagle - insinto /usr/share/beagle - doins mozilla-extension/beagle.xpi - - dodoc AUTHORS INSTALL NEWS README - - sed -i 's/CRAWL_ENABLED="yes"/CRAWL_ENABLED="no"/' ${D}/etc/beagle/crawl-* - - insinto /etc/beagle - doins ${FILESDIR}/crawl-portage - - keepdir /usr/$(get_libdir)/beagle/Backends - diropts -o beagleindex -g beagleindex - keepdir /var/lib/cache/beagle/indexes -} - -pkg_postinst() { - elog "If available, Beagle greatly benefits from using certain operating" - elog "system features such as Extended Attributes and inotify." - echo - elog "If you want static queryables such as the portage tree and system" - elog "documentation you will need to edit the /etc/beagle/crawl-* files" - elog "and change CRAWL_ENABLE from 'no' to 'yes'." - echo - elog "For more info on how to create the optimal beagle environment, and" - elog "basic usage info, see the Gentoo page of the Beagle website:" - elog " http://www.beagle-project.org/Gentoo_Installation" -} - diff --git a/app-misc/beagle/files/digest-beagle-0.2.7 b/app-misc/beagle/files/digest-beagle-0.2.7 deleted file mode 100644 index 4312e23b6d05..000000000000 --- a/app-misc/beagle/files/digest-beagle-0.2.7 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 d4c8e93db23c9b7d06104ce97a182502 beagle-0.2.7.tar.bz2 1389996 -RMD160 a831aad5c81abfb6de8d86d28aad1d9ee8252eb4 beagle-0.2.7.tar.bz2 1389996 -SHA256 33d08a38ef7a6daaed1065852885f8081235f0f7ec231d2bcdf0172b6fa980cb beagle-0.2.7.tar.bz2 1389996 |