diff options
Diffstat (limited to 'x11-plugins/monto')
-rw-r--r-- | x11-plugins/monto/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/monto/monto-0.1.1.ebuild | 35 |
2 files changed, 5 insertions, 37 deletions
diff --git a/x11-plugins/monto/ChangeLog b/x11-plugins/monto/ChangeLog index 173e708a663e..f9c024f8ca5a 100644 --- a/x11-plugins/monto/ChangeLog +++ b/x11-plugins/monto/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/monto -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/monto/ChangeLog,v 1.5 2014/08/10 20:02:45 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/monto/ChangeLog,v 1.6 2015/03/29 04:05:09 mrueg Exp $ + + 29 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -monto-0.1.1.ebuild: + Remove old. 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> monto-0.1.1.ebuild: QA: drop trailing '.' from DESCRIPTION diff --git a/x11-plugins/monto/monto-0.1.1.ebuild b/x11-plugins/monto/monto-0.1.1.ebuild deleted file mode 100644 index f6b405e14531..000000000000 --- a/x11-plugins/monto/monto-0.1.1.ebuild +++ /dev/null @@ -1,35 +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/monto/monto-0.1.1.ebuild,v 1.4 2014/08/10 20:02:45 slyfox Exp $ - -EAPI=2 -inherit eutils - -DESCRIPTION="This WindowMaker dockapp is a simple manual device mounter (up to four devices)" -HOMEPAGE="http://dockapps.windowmaker.org/file.php/id/274" -SRC_URI="http://dockapps.windowmaker.org/download.php/id/274/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -IUSE="" -KEYWORDS="~amd64 ~x86" -RDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm" -DEPEND="${RDEPEND} - x11-proto/xproto - x11-proto/xextproto" - -S="${S}/src" - -src_prepare() { - sed -ie "s/-o monto/\$(LDFLAGS) -o monto/" Makefile -} - -src_compile() { - emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die -} - -src_install() { - dodoc ../AUTHORS ../NEWS ../README - dobin ${PN} -} |