mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
x11-plugins/wmcalendar: drop old
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
This commit is contained in:
committed by
Bernard Cafarelli
parent
666cb72c3e
commit
aa4e2d576b
@@ -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
|
||||
}
|
||||
@@ -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}
|
||||
}
|
||||
Reference in New Issue
Block a user