summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-12-08 20:58:52 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2018-12-11 15:28:01 +0100
commitaa4e2d576b8f114ab7d88f5e7e792bfd151e293f (patch)
tree10a999c11b22e802d1f1aa18223aa39efff2ea3d /x11-plugins/wmcalendar
parentx11-plugins/wmfishtime: drop old (diff)
downloadgentoo-aa4e2d576b8f114ab7d88f5e7e792bfd151e293f.tar.gz
gentoo-aa4e2d576b8f114ab7d88f5e7e792bfd151e293f.tar.bz2
gentoo-aa4e2d576b8f114ab7d88f5e7e792bfd151e293f.zip
x11-plugins/wmcalendar: drop old
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-plugins/wmcalendar')
-rw-r--r--x11-plugins/wmcalendar/wmcalendar-0.5.2-r1.ebuild37
-rw-r--r--x11-plugins/wmcalendar/wmcalendar-0.5.2.ebuild40
2 files changed, 0 insertions, 77 deletions
diff --git a/x11-plugins/wmcalendar/wmcalendar-0.5.2-r1.ebuild b/x11-plugins/wmcalendar/wmcalendar-0.5.2-r1.ebuild
deleted file mode 100644
index cd799c5c829c..000000000000
--- a/x11-plugins/wmcalendar/wmcalendar-0.5.2-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils toolchain-funcs
-
-DESCRIPTION="a calendar dockapp"
-HOMEPAGE="http://wmcalendar.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc sparc x86"
-IUSE=""
-
-RDEPEND="
- dev-libs/libical
- x11-libs/gtk+:2
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXpm
-"
-DEPEND="
- ${RDEPEND}
- virtual/pkgconfig
-"
-
-DOCS=( ../{BUGS,CHANGES,HINTS,README,TODO} )
-
-S=${WORKDIR}/${P}/Src
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-exit-sin-and-cos.patch
- epatch "${FILESDIR}"/${P}-rename_kill_func.patch
- epatch "${FILESDIR}"/${P}-ical.patch
- tc-export CC PKG_CONFIG
-}
diff --git a/x11-plugins/wmcalendar/wmcalendar-0.5.2.ebuild b/x11-plugins/wmcalendar/wmcalendar-0.5.2.ebuild
deleted file mode 100644
index 3d5e5002d6ff..000000000000
--- a/x11-plugins/wmcalendar/wmcalendar-0.5.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils toolchain-funcs
-
-DESCRIPTION="a calendar dockapp"
-HOMEPAGE="http://wmcalendar.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc sparc x86"
-IUSE=""
-
-RDEPEND="dev-libs/libical
- x11-libs/gtk+:2
- x11-libs/libXpm
- x11-libs/libXext
- x11-libs/libX11"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S=${WORKDIR}/${P}/Src
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${P}-exit-sin-and-cos.patch \
- "${FILESDIR}"/${P}-rename_kill_func.patch
-}
-
-src_compile() {
- tc-export CC
- emake
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc ../{BUGS,CHANGES,HINTS,README,TODO}
-}