diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2014-11-05 13:13:24 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2014-11-05 13:13:24 +0000 |
commit | 55c2d5e0f5dd409cb4bd5edf24f7c9da922e6b88 (patch) | |
tree | f9395ddb478fa4df416873d0650033efa0e962d3 /x11-plugins/wmtime | |
parent | Host tarball on my devspace, bug #527610 (diff) | |
download | gentoo-2-55c2d5e0f5dd409cb4bd5edf24f7c9da922e6b88.tar.gz gentoo-2-55c2d5e0f5dd409cb4bd5edf24f7c9da922e6b88.tar.bz2 gentoo-2-55c2d5e0f5dd409cb4bd5edf24f7c9da922e6b88.zip |
Host tarball on my devspace, bug #527610
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Diffstat (limited to 'x11-plugins/wmtime')
-rw-r--r-- | x11-plugins/wmtime/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmtime/wmtime-1.1.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-plugins/wmtime/ChangeLog b/x11-plugins/wmtime/ChangeLog index 0fbfd455d596..1c7fedab194a 100644 --- a/x11-plugins/wmtime/ChangeLog +++ b/x11-plugins/wmtime/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmtime # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtime/ChangeLog,v 1.5 2014/10/06 14:44:22 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtime/ChangeLog,v 1.6 2014/11/05 13:13:24 voyageur Exp $ + + 05 Nov 2014; Bernard Cafarelli <voyageur@gentoo.org> wmtime-1.1.ebuild: + Host tarball on my devspace, bug #527610 *wmtime-1.1 (06 Oct 2014) diff --git a/x11-plugins/wmtime/wmtime-1.1.ebuild b/x11-plugins/wmtime/wmtime-1.1.ebuild index 7d1849324222..86c16704fffe 100644 --- a/x11-plugins/wmtime/wmtime-1.1.ebuild +++ b/x11-plugins/wmtime/wmtime-1.1.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtime/wmtime-1.1.ebuild,v 1.1 2014/10/06 14:44:22 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtime/wmtime-1.1.ebuild,v 1.2 2014/11/05 13:13:24 voyageur Exp $ EAPI=5 inherit toolchain-funcs DESCRIPTION="applet which displays the date and time in a dockable tile" HOMEPAGE="http://windowmaker.org/dockapps/?name=wmtime" -SRC_URI="http://windowmaker.org/dockapps/?download=${P}.tar.gz -> ${P}.tar.gz" +# 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" |