summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-08-23 15:45:39 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-08-23 15:45:39 +0000
commit3b361630f4814ab12e87ab9446da3bc0bf0eeba1 (patch)
tree6048f35398c78d4e78681ceb3c447785a2263336 /app-office/orage
parentamd64 stable, bug 276990. Compile tested only (diff)
downloadgentoo-2-3b361630f4814ab12e87ab9446da3bc0bf0eeba1.tar.gz
gentoo-2-3b361630f4814ab12e87ab9446da3bc0bf0eeba1.tar.bz2
gentoo-2-3b361630f4814ab12e87ab9446da3bc0bf0eeba1.zip
old
(Portage version: 2.2_rc39/cvs/Linux x86_64)
Diffstat (limited to 'app-office/orage')
-rw-r--r--app-office/orage/Manifest2
-rw-r--r--app-office/orage/orage-4.4.3.ebuild38
2 files changed, 0 insertions, 40 deletions
diff --git a/app-office/orage/Manifest b/app-office/orage/Manifest
index 4d3dcae9d883..067163ab960f 100644
--- a/app-office/orage/Manifest
+++ b/app-office/orage/Manifest
@@ -1,6 +1,4 @@
-DIST orage-4.4.3.tar.bz2 1579582 RMD160 ebe9377fd961ef83bf20ab2de82ff791fac3d1a2 SHA1 716cbe76e992a787c6acb2c6320293e0455b41d2 SHA256 20931ca6efbd362460f1f2a2b505e307bc0b95ffcf5962d3975381f76e41c1e8
DIST orage-4.6.1.tar.bz2 1937593 RMD160 7724992e2e177487c71597a15d7faf7f865bb56b SHA1 2db15404197ef9aa6f588c0eebac9fc4f68426df SHA256 f1580f5f0082eff89f7a76a57da9dce7e7d5380804939771611499482523bd4d
-EBUILD orage-4.4.3.ebuild 978 RMD160 d45df056558ad29ae3addad11a5983f3c110cbb3 SHA1 4a2cd720f60c1a43d3a71cc9ecd376d41b745af2 SHA256 caaa63e96102adc3fa656a2c0e8c4c821c833770009b8488b16ef4f6060561f8
EBUILD orage-4.6.1.ebuild 1092 RMD160 e602d95cec901d8c3ad6a48979b475a36400afa1 SHA1 93a170e412286c8719eaec21858e3c68d1f5a1d7 SHA256 6b4a459913415001fe6d367df2e11844f69673746e9ed02233930edc5a4dd077
MISC ChangeLog 7526 RMD160 2dc7cc974341146585bf5fb26972aa3e0154a716 SHA1 c9f5316f127fa68a6f0483a1c7b6a271a319861d SHA256 48e2ce41ea09f0c435a3b12fe4539ac1400a4739f28b958b2b423d90407ce019
MISC metadata.xml 157 RMD160 d7470fe88d1b96f3a7f1ef26fb7dc646b4a1b907 SHA1 7eae91f2588bdae8667d37a98fb3090d539eeca1 SHA256 44350daa7594842894d676413708d8ea77ccb0017bed24711af5b256281f5e61
diff --git a/app-office/orage/orage-4.4.3.ebuild b/app-office/orage/orage-4.4.3.ebuild
deleted file mode 100644
index ff4f9e6877f7..000000000000
--- a/app-office/orage/orage-4.4.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.4.3.ebuild,v 1.6 2008/12/15 04:49:54 jer Exp $
-
-EAPI=1
-
-DESCRIPTION="Calendar suite for Xfce4"
-HOMEPAGE="http://www.xfce.org/projects/orage"
-SRC_URI="mirror://xfce/xfce-${PV}/src/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="debug nls"
-
-RDEPEND=">=dev-libs/glib-2.6:2
- >=x11-libs/gtk+-2.6:2
- >=xfce-base/libxfce4mcs-4.4
- >=xfce-base/libxfce4util-4.4
- >=xfce-base/libxfcegui4-4.4
- >=xfce-base/xfce4-panel-4.4"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- dev-util/intltool
- sys-devel/gettext"
-
-src_compile() {
- econf \
- --disable-dependency-tracking \
- $(use_enable debug) \
- $(use_enable nls)
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog NEWS README
-}