summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-06-29 13:15:07 +0000
committerSamuli Suominen <drac@gentoo.org>2008-06-29 13:15:07 +0000
commita704aad9fed7c9323fe2055de81547bcaf058e46 (patch)
treea228c873b7ef2eac4cab1d9751e82c15bee6a048 /x11-plugins/wmcalendar
parentquoting (diff)
downloadgentoo-2-a704aad9fed7c9323fe2055de81547bcaf058e46.tar.gz
gentoo-2-a704aad9fed7c9323fe2055de81547bcaf058e46.tar.bz2
gentoo-2-a704aad9fed7c9323fe2055de81547bcaf058e46.zip
old
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
Diffstat (limited to 'x11-plugins/wmcalendar')
-rw-r--r--x11-plugins/wmcalendar/wmcalendar-0.5.0-r1.ebuild47
1 files changed, 0 insertions, 47 deletions
diff --git a/x11-plugins/wmcalendar/wmcalendar-0.5.0-r1.ebuild b/x11-plugins/wmcalendar/wmcalendar-0.5.0-r1.ebuild
deleted file mode 100644
index 749206e134b2..000000000000
--- a/x11-plugins/wmcalendar/wmcalendar-0.5.0-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalendar/wmcalendar-0.5.0-r1.ebuild,v 1.6 2008/05/03 07:17:17 drac Exp $
-
-inherit eutils
-
-IUSE=""
-
-DESCRIPTION="wmCalendar is a calendar dockapp for Windowmaker."
-
-HOMEPAGE="http://wmcalendar.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="ppc ~sparc x86"
-
-RDEPEND=">=dev-libs/libical-0.24_rc4
- >=x11-libs/gtk+-2.2.1-r1
- >=x11-libs/libXpm-3.5.5"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-S=${WORKDIR}/${P}/Src
-
-src_unpack()
-{
- unpack ${A}
- cd ${WORKDIR}
-
- # default Makefile overwrites CC and CFLAGS variables so we patch it
- epatch ${FILESDIR}/${P}.makefile.patch
-
- # Fix compilation issues with gcc >= 4
- epatch ${FILESDIR}/${P}-gcc4.patch
-
- # remove unneeded SYSTEM variable from Makefile, fixing bug #105730
- cd ${S}
- sed -i -e "s:\$(SYSTEM)::" Makefile
-}
-
-src_install()
-{
- dodir /usr/bin /usr/man/man1
- make DESTDIR=${D}/usr install || die
- cd .. && dodoc BUGS CHANGES HINTS README TODO || die
-}