summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2015-01-12 10:57:51 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2015-01-12 10:57:51 +0000
commitb2e97e27ba9bda78943c010ea7f85639e3b21d21 (patch)
treee89bd31e7992f61655b6388a45e24cc580730952 /x11-plugins/wmclock
parentVersion bump with new homepage, ebuild cleanup, update desktop file (diff)
downloadgentoo-2-b2e97e27ba9bda78943c010ea7f85639e3b21d21.tar.gz
gentoo-2-b2e97e27ba9bda78943c010ea7f85639e3b21d21.tar.bz2
gentoo-2-b2e97e27ba9bda78943c010ea7f85639e3b21d21.zip
Version bump with new homepage, ebuild cleanup. Remove old version
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Diffstat (limited to 'x11-plugins/wmclock')
-rw-r--r--x11-plugins/wmclock/ChangeLog10
-rw-r--r--x11-plugins/wmclock/wmclock-1.0.12.2.ebuild36
-rw-r--r--x11-plugins/wmclock/wmclock-1.0.15.ebuild34
3 files changed, 42 insertions, 38 deletions
diff --git a/x11-plugins/wmclock/ChangeLog b/x11-plugins/wmclock/ChangeLog
index 141b7225270a..887ac23cc82a 100644
--- a/x11-plugins/wmclock/ChangeLog
+++ b/x11-plugins/wmclock/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-plugins/wmclock
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclock/ChangeLog,v 1.16 2012/08/21 08:52:16 voyageur Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclock/ChangeLog,v 1.17 2015/01/12 10:57:51 voyageur Exp $
+
+*wmclock-1.0.15 (12 Jan 2015)
+
+ 12 Jan 2015; Bernard Cafarelli <voyageur@gentoo.org>
+ -wmclock-1.0.12.2.ebuild, +wmclock-1.0.15.ebuild:
+ Version bump with new homepage, ebuild cleanup. Remove old version
*wmclock-1.0.14 (21 Aug 2012)
diff --git a/x11-plugins/wmclock/wmclock-1.0.12.2.ebuild b/x11-plugins/wmclock/wmclock-1.0.12.2.ebuild
deleted file mode 100644
index 14c9669dffb3..000000000000
--- a/x11-plugins/wmclock/wmclock-1.0.12.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclock/wmclock-1.0.12.2.ebuild,v 1.14 2012/02/03 09:12:56 voyageur Exp $
-
-inherit toolchain-funcs
-
-DESCRIPTION="a dockapp that displays time and date (same style as NEXTSTEP(tm) operating systems)"
-SRC_URI="http://www.jmknoble.net/WindowMaker/wmclock/${P}.tar.gz"
-HOMEPAGE="http://www.jmknoble.net/WindowMaker/wmclock/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXpm"
-DEPEND="${RDEPEND}
- x11-proto/xproto
- x11-proto/xextproto
- x11-misc/gccmakedep
- x11-misc/imake"
-
-src_compile()
-{
- cd "${S}"
- econf || die "config failed"
- emake CC=$(tc-getCC) CDEBUGFLAGS="${CFLAGS}" LDOPTIONS="${LDFLAGS}" || die "make failed"
-}
-
-src_install() {
- dobin wmclock || die "dobin failed."
- newman wmclock.man wmclock.1
- dodoc ChangeLog README
-}
diff --git a/x11-plugins/wmclock/wmclock-1.0.15.ebuild b/x11-plugins/wmclock/wmclock-1.0.15.ebuild
new file mode 100644
index 000000000000..24e51fd9af5e
--- /dev/null
+++ b/x11-plugins/wmclock/wmclock-1.0.15.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclock/wmclock-1.0.15.ebuild,v 1.1 2015/01/12 10:57:51 voyageur Exp $
+
+EAPI=5
+inherit autotools
+
+DESCRIPTION="a dockapp that displays time and date (same style as NEXTSTEP(tm) operating systems)"
+HOMEPAGE="http://windowmaker.org/dockapps/?name=wmclock"
+# Grab from http://windowmaker.org/dockapps/?download=${P}.tar.gz
+SRC_URI="http://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXpm"
+DEPEND="${RDEPEND}
+ x11-proto/xproto"
+
+S=${WORKDIR}/dockapps
+
+src_prepare() {
+ eautoreconf
+}
+
+src_install() {
+ emake DESTDIR="${D}" install
+
+ dodoc ChangeLog README
+}