diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-05-05 17:18:50 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-05-05 17:18:50 +0000 |
commit | 92c6508bd93d1576d16ab4389c4f05541204efc2 (patch) | |
tree | 30dee8220f757be2826dd94cb62c73e2f1a96b40 /app-office | |
parent | old (diff) | |
download | gentoo-2-92c6508bd93d1576d16ab4389c4f05541204efc2.tar.gz gentoo-2-92c6508bd93d1576d16ab4389c4f05541204efc2.tar.bz2 gentoo-2-92c6508bd93d1576d16ab4389c4f05541204efc2.zip |
old
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/orage/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/orage/orage-4.8.3.ebuild | 52 |
2 files changed, 4 insertions, 53 deletions
diff --git a/app-office/orage/ChangeLog b/app-office/orage/ChangeLog index 2591b1f3093a..94a81c93b17d 100644 --- a/app-office/orage/ChangeLog +++ b/app-office/orage/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/orage # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v 1.73 2013/04/12 15:06:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v 1.74 2013/05/05 17:18:50 ssuominen Exp $ + + 05 May 2013; Samuli Suominen <ssuominen@gentoo.org> -orage-4.8.3.ebuild: + old 12 Apr 2013; Agostino Sarubbo <ago@gentoo.org> orage-4.8.4.ebuild: Stable for arm, wrt bug #465286 diff --git a/app-office/orage/orage-4.8.3.ebuild b/app-office/orage/orage-4.8.3.ebuild deleted file mode 100644 index 8cd474f80610..000000000000 --- a/app-office/orage/orage-4.8.3.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.3.ebuild,v 1.9 2012/11/28 12:33:42 ssuominen Exp $ - -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.98 ) - libnotify? ( >=x11-libs/libnotify-0.7 ) - xfce_plugins_clock? ( >=xfce-base/xfce4-panel-4.8 )" -DEPEND="${RDEPEND} - dev-util/intltool - 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 -} |