diff options
Diffstat (limited to 'xfce-base/orage')
-rw-r--r-- | xfce-base/orage/ChangeLog | 7 | ||||
-rw-r--r-- | xfce-base/orage/files/digest-orage-4.4.1 | 3 | ||||
-rw-r--r-- | xfce-base/orage/orage-4.4.1.ebuild | 28 |
3 files changed, 37 insertions, 1 deletions
diff --git a/xfce-base/orage/ChangeLog b/xfce-base/orage/ChangeLog index 6b6e576fb911..a320ffcf6d9b 100644 --- a/xfce-base/orage/ChangeLog +++ b/xfce-base/orage/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for xfce-base/orage # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/orage/ChangeLog,v 1.23 2007/03/15 13:26:06 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/orage/ChangeLog,v 1.24 2007/04/12 14:42:13 nichoj Exp $ + +*orage-4.4.1 (11 Apr 2007) + + 11 Apr 2007; Joshua Nichols <nichoj@gentoo.org> +orage-4.4.1.ebuild: + Version bump for 4.4.1. 15 Mar 2007; Markus Rothe <corsair@gentoo.org> orage-4.4.0.ebuild: Stable on ppc64; bug #169987 diff --git a/xfce-base/orage/files/digest-orage-4.4.1 b/xfce-base/orage/files/digest-orage-4.4.1 new file mode 100644 index 000000000000..2cfc97c2c23e --- /dev/null +++ b/xfce-base/orage/files/digest-orage-4.4.1 @@ -0,0 +1,3 @@ +MD5 5c206d3904a548a6228b2aa09d1e6f1f orage-4.4.1.tar.bz2 1550456 +RMD160 9855170e4a8dfb6342dbcfe56adbf2edab279822 orage-4.4.1.tar.bz2 1550456 +SHA256 37cc7da302b4f6a47aaed66834a8b9c3e598eae710d4aa4916c7892bb7ccdc9f orage-4.4.1.tar.bz2 1550456 diff --git a/xfce-base/orage/orage-4.4.1.ebuild b/xfce-base/orage/orage-4.4.1.ebuild new file mode 100644 index 000000000000..71fdda6772df --- /dev/null +++ b/xfce-base/orage/orage-4.4.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/orage/orage-4.4.1.ebuild,v 1.1 2007/04/12 14:42:13 nichoj Exp $ + +inherit xfce44 + +XFCE_VERSION="4.4.1" +xfce44 + +DESCRIPTION="Calendar" +HOMEPAGE="http://www.xfce.org/projects/orage/" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="debug" + +RDEPEND=">=dev-libs/glib-2.6 + >=x11-libs/gtk+-2.6 + >=xfce-base/libxfce4mcs-${XFCE_MASTER_VERSION} + >=xfce-base/libxfce4util-${XFCE_MASTER_VERSION} + >=xfce-base/libxfcegui4-${XFCE_MASTER_VERSION} + >=xfce-base/xfce4-panel-${XFCE_MASTER_VERSION} + !xfce-extra/xfcalendar" +DEPEND="${RDEPEND} + dev-util/pkgconfig + dev-util/intltool" + +DOCS="AUTHORS ChangeLog NEWS README" + +xfce44_core_package |