diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-05-06 20:55:00 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-05-06 20:55:00 +0000 |
commit | 3fc7d40649d503ffefc6026500f74bf367d2fb41 (patch) | |
tree | a8161350f660830eaaea15c6e376e30a9ed40350 /x11-plugins | |
parent | Remove old. (diff) | |
download | gentoo-2-3fc7d40649d503ffefc6026500f74bf367d2fb41.tar.gz gentoo-2-3fc7d40649d503ffefc6026500f74bf367d2fb41.tar.bz2 gentoo-2-3fc7d40649d503ffefc6026500f74bf367d2fb41.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmapmload/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmapmload/wmapmload-0.3.3.ebuild | 32 |
2 files changed, 5 insertions, 34 deletions
diff --git a/x11-plugins/wmapmload/ChangeLog b/x11-plugins/wmapmload/ChangeLog index 0ed4d0695e5c..3c0a2b139f50 100644 --- a/x11-plugins/wmapmload/ChangeLog +++ b/x11-plugins/wmapmload/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmapmload -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmapmload/ChangeLog,v 1.16 2014/08/10 20:04:08 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmapmload/ChangeLog,v 1.17 2015/05/06 20:55:00 mrueg Exp $ + + 06 May 2015; Manuel Rüger <mrueg@gentoo.org> -wmapmload-0.3.3.ebuild: + Remove old. 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> wmapmload-0.3.3.ebuild, wmapmload-0.3.4.ebuild: diff --git a/x11-plugins/wmapmload/wmapmload-0.3.3.ebuild b/x11-plugins/wmapmload/wmapmload-0.3.3.ebuild deleted file mode 100644 index b68d76bcacb6..000000000000 --- a/x11-plugins/wmapmload/wmapmload-0.3.3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmapmload/wmapmload-0.3.3.ebuild,v 1.8 2014/08/10 20:04:08 slyfox Exp $ - -IUSE="" -DESCRIPTION="dockapp that monitors your apm battery status" -SRC_URI="http://tnemeth.free.fr/projets/programmes/${P}.tar.gz" -HOMEPAGE="http://tnemeth.free.fr/projets/dockapps.html" - -SLOT="0" -KEYWORDS="x86 amd64 ~ppc" -LICENSE="GPL-2" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXt - x11-libs/libXpm" -DEPEND="${RDEPEND} - x11-proto/xextproto" - -src_compile() { - - econf || die "configure failed" - emake || die "parallel make failed" - -} - -src_install () { - - einstall || die "make install failed" - -} |