diff options
author | 2006-07-10 18:35:26 +0000 | |
---|---|---|
committer | 2006-07-10 18:35:26 +0000 | |
commit | 702a1029ead3b3fcc23fc00d84ba7b642a1398fd (patch) | |
tree | b695bf4f52209e95ee532f23e31122e715acd345 /xfce-base/orage | |
parent | sign manifest (diff) | |
download | historical-702a1029ead3b3fcc23fc00d84ba7b642a1398fd.tar.gz historical-702a1029ead3b3fcc23fc00d84ba7b642a1398fd.tar.bz2 historical-702a1029ead3b3fcc23fc00d84ba7b642a1398fd.zip |
Xfce beta 2 builds.
Package-Manager: portage-2.1.1_pre2-r6
Diffstat (limited to 'xfce-base/orage')
-rw-r--r-- | xfce-base/orage/files/digest-orage-4.3.90.2 | 3 | ||||
-rw-r--r-- | xfce-base/orage/orage-4.3.90.2.ebuild | 35 |
2 files changed, 38 insertions, 0 deletions
diff --git a/xfce-base/orage/files/digest-orage-4.3.90.2 b/xfce-base/orage/files/digest-orage-4.3.90.2 new file mode 100644 index 000000000000..77e986ea48d3 --- /dev/null +++ b/xfce-base/orage/files/digest-orage-4.3.90.2 @@ -0,0 +1,3 @@ +MD5 b36efc5852820c10f212cbbde40cb652 orage-4.3.90.2.tar.bz2 1149906 +RMD160 fb02d08f33356b625978cac462be05ad0522b377 orage-4.3.90.2.tar.bz2 1149906 +SHA256 1fa48f0e05a64f56fd50192f777da911fd1c9939bd9774c44f4c49497e47848a orage-4.3.90.2.tar.bz2 1149906 diff --git a/xfce-base/orage/orage-4.3.90.2.ebuild b/xfce-base/orage/orage-4.3.90.2.ebuild new file mode 100644 index 000000000000..2fd9adcd049c --- /dev/null +++ b/xfce-base/orage/orage-4.3.90.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/orage/orage-4.3.90.2.ebuild,v 1.1 2006/07/10 18:33:59 bcowan Exp $ + +inherit xfce44 + +xfce44_beta + +DESCRIPTION="Xfce4 calendar" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" + +IUSE="berkdb" + +RDEPEND="|| ( x11-libs/libX11 + virtual/x11 ) + >=dev-libs/glib-2.2 + berkdb? ( sys-libs/db ) + >=x11-libs/gtk+-2.2 + ~xfce-base/libxfce4mcs-${PV} + ~xfce-base/libxfce4util-${PV} + ~xfce-base/libxfcegui4-${PV} + dev-libs/atk + media-libs/libpng + sys-libs/zlib + x11-libs/cairo + x11-libs/pango + !xfce-extra/xfcalendar" +DEPEND="${RDEPEND} + ~xfce-base/xfce-mcs-manager-${PV}" + +if use berkdb; then + XFCE_CONFIG="--with-bdb4" +fi + +xfce44_core_package |