From d8cdb2b3946692293b480acc5326c5e804e58000 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 2 Aug 2016 16:53:21 +0200 Subject: app-office/orage: Prune old --- app-office/orage/Manifest | 1 - app-office/orage/orage-4.10.0.ebuild | 53 ------------------------------------ 2 files changed, 54 deletions(-) delete mode 100644 app-office/orage/orage-4.10.0.ebuild diff --git a/app-office/orage/Manifest b/app-office/orage/Manifest index de16eb73e20d..08382c5131ec 100644 --- a/app-office/orage/Manifest +++ b/app-office/orage/Manifest @@ -1,2 +1 @@ -DIST orage-4.10.0.tar.bz2 2513559 SHA256 6cb854f3437e31bab23abfce97bd10afa1636a9a1480d80e14e26c85d06be7c0 SHA512 860d26ecf32e4efd9bd39dde206aac5c60bd10f1154ec7d348d2ec8e5516cc3dd98314e56d496f153a89764f2c46b2ed7cec49b6edd8d05a62265558721c9889 WHIRLPOOL 0ad86bb0d2a6afeba39957159757b9094faf0711207f6c9dacfacdd02a2a565ab2d44fb164a194550343daee81a0394138e3c981e9e5b562793d09b5851724ec DIST orage-4.12.1.tar.bz2 2590788 SHA256 3cf9aa441ae83c8688865f82217025cdf3ebaa152cce4571777b8c2aa8dd9062 SHA512 3fec0201171140586cdc9bcf151450a7086515e18b5815afe4fe4c4726ba554c50582b0479e52985b330140c51b7233ef81f678f986f848afbeee74c66b2d196 WHIRLPOOL 59a91665477f0e2a97629bf46abe8397229eb82d932fd4111baa41e5a38a23c9a7cfb9722ae672b5f101b6543fd998ad0f695e1db9a50895b35ced2eaa7e60fe diff --git a/app-office/orage/orage-4.10.0.ebuild b/app-office/orage/orage-4.10.0.ebuild deleted file mode 100644 index 6dc5d6cd0178..000000000000 --- a/app-office/orage/orage-4.10.0.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit multilib xfconf - -DESCRIPTION="A time managing application (and panel plug-in) for the Xfce desktop environment" -HOMEPAGE="http://www.xfce.org/projects/" -SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="berkdb dbus debug libnotify +xfce_plugins_clock" - -RDEPEND=">=dev-libs/libical-0.48:= - dev-libs/popt:= - >=x11-libs/gtk+-2.10:2 - berkdb? ( >=sys-libs/db-4:= ) - dbus? ( >=dev-libs/dbus-glib-0.100:= ) - libnotify? ( >=x11-libs/libnotify-0.7:= ) - xfce_plugins_clock? ( >=xfce-base/xfce4-panel-4.10 )" -DEPEND="${RDEPEND} - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig" - -pkg_setup() { - XFCONF=( - --libexecdir="${EPREFIX}/usr/$(get_libdir)" - --docdir="${EPREFIX}"/usr/share/doc/${PF}/html - $(use_enable xfce_plugins_clock libxfce4panel) - $(use_enable dbus) - $(use_enable libnotify) - $(use_with berkdb bdb4) - $(xfconf_use_debug) - ) - - DOCS=( AUTHORS ChangeLog NEWS README TODO ) - - # PM doesn't let directory to be replaced by a symlink, see src_install() - rm -rf "${EROOT}"/usr/share/${PN}/doc -} - -src_install() { - xfconf_src_install \ - docdir="${EPREFIX}"/usr/share/doc/${PF}/html \ - imagesdir="${EPREFIX}"/usr/share/doc/${PF}/html/images - - # Create compability symlink for retarded path hardcoding in src/{mainbox,parameters}.c - dosym /usr/share/doc/${PF}/html /usr/share/${PN}/doc/C -} -- cgit v1.2.3-18-g5258