diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-04-21 04:29:24 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-04-21 04:29:24 +0000 |
commit | cf79006720926750d232f9161779875ada9e1109 (patch) | |
tree | 5424e0ae377f08dd68fb0eda2bfa65bf542addc0 /app-office/orage | |
parent | Version bump for xfce-4.6.1 release, remove old (diff) | |
download | gentoo-2-cf79006720926750d232f9161779875ada9e1109.tar.gz gentoo-2-cf79006720926750d232f9161779875ada9e1109.tar.bz2 gentoo-2-cf79006720926750d232f9161779875ada9e1109.zip |
Version bump for xfce-4.6.1 release, remove old
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'app-office/orage')
-rw-r--r-- | app-office/orage/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/orage/orage-4.5.14.0.ebuild | 60 | ||||
-rw-r--r-- | app-office/orage/orage-4.6.1.ebuild (renamed from app-office/orage/orage-4.6.0.ebuild) | 4 |
3 files changed, 9 insertions, 63 deletions
diff --git a/app-office/orage/ChangeLog b/app-office/orage/ChangeLog index 015d5cc1d5a4..a81a9b251c70 100644 --- a/app-office/orage/ChangeLog +++ b/app-office/orage/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/orage # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v 1.14 2009/03/10 13:51:02 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v 1.15 2009/04/21 04:29:24 darkside Exp $ + +*orage-4.6.1 (21 Apr 2009) + + 21 Apr 2009; Jeremy Olexa <darkside@gentoo.org> -orage-4.5.14.0.ebuild, + -orage-4.6.0.ebuild, +orage-4.6.1.ebuild: + Version bump for xfce-4.6.1 release, remove old *orage-4.6.0 (10 Mar 2009) diff --git a/app-office/orage/orage-4.5.14.0.ebuild b/app-office/orage/orage-4.5.14.0.ebuild deleted file mode 100644 index a75c52272db4..000000000000 --- a/app-office/orage/orage-4.5.14.0.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.5.14.0.ebuild,v 1.3 2009/02/04 18:45:02 angelos Exp $ - -inherit autotools eutils gnome2-utils - -DESCRIPTION="Calendar suite for Xfce4" -HOMEPAGE="http://www.kolumbus.fi/~w408237/orage" -SRC_URI="http://www.kolumbus.fi/~w408237/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -# This package is waiting for alpha/beta/rc of Xfce 4.6, so please -# don't mark it stable. -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="dbus debug libnotify" - -RDEPEND=">=dev-libs/glib-2.6 - >=x11-libs/gtk+-2.6 - >=xfce-base/libxfce4util-4.4 - >=xfce-base/libxfcegui4-4.4 - >=xfce-base/xfce4-panel-4.4 - dbus? ( dev-libs/dbus-glib ) - libnotify? ( x11-libs/libnotify )" -DEPEND="${RDEPEND} - dev-util/pkgconfig - dev-util/intltool - dev-util/xfce4-dev-tools - sys-devel/gettext" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-bsd.patch - - # remove -I m4, there's no m4 dir - sed -i -e "/^ACLOCAL_AMFLAGS/d" Makefile.am - AT_M4DIR="/usr/share/xfce4/dev-tools/m4macros" eautoreconf -} - -src_compile() { - econf $(use_enable dbus) \ - $(use_enable debug) \ - $(use_enable libnotify) - emake || die "emake failed." -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS ChangeLog NEWS README -} - -pkg_postinst() { - gnome2_icon_cache_update - elog "There is no migration support from 4.4 to 4.5 so you need to copy Orage files by hand." -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/app-office/orage/orage-4.6.0.ebuild b/app-office/orage/orage-4.6.1.ebuild index 7a75baa6ba10..61038b1f55e6 100644 --- a/app-office/orage/orage-4.6.0.ebuild +++ b/app-office/orage/orage-4.6.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.6.0.ebuild,v 1.1 2009/03/10 13:51:02 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.6.1.ebuild,v 1.1 2009/04/21 04:29:24 darkside Exp $ -EAPI=1 +EAPI="1" inherit xfce4 |