diff options
author | 2018-01-06 01:26:31 +0300 | |
---|---|---|
committer | 2018-01-06 01:26:31 +0300 | |
commit | c3a24e93cf49a00af4685e473fc6a560dd7940fa (patch) | |
tree | 13276fa016f7718670375d4ab8b12fc50f3f229c /x11-plugins | |
parent | www-apps/cgisysinfo: [QA] Rely on default value of WANT_AUTOCONF (diff) | |
download | gentoo-c3a24e93cf49a00af4685e473fc6a560dd7940fa.tar.gz gentoo-c3a24e93cf49a00af4685e473fc6a560dd7940fa.tar.bz2 gentoo-c3a24e93cf49a00af4685e473fc6a560dd7940fa.zip |
x11-plugins/monto: remove last rited package
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/monto/Manifest | 1 | ||||
-rw-r--r-- | x11-plugins/monto/metadata.xml | 9 | ||||
-rw-r--r-- | x11-plugins/monto/monto-0.1.1-r1.ebuild | 36 |
3 files changed, 0 insertions, 46 deletions
diff --git a/x11-plugins/monto/Manifest b/x11-plugins/monto/Manifest deleted file mode 100644 index 086ec734cfb2..000000000000 --- a/x11-plugins/monto/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST monto-0.1.1.tar.gz 18033 BLAKE2B 57f5757644da309b5ecdbc90afb588e92c13b35efe1d5032e5ffaee9f4c5343b38c1041cef894a7cc0a83cd5be6345c3a52505b90df6439483497c3dbb3901fe SHA512 481065a9bf6c9004685d7ebac852abfa88a1d3797bcc3d47fa68deee6afd45055bdddcc4ff12dcf6d2683f7febbc3eabd01d616404bdb10f62d9ba97f8675c80 diff --git a/x11-plugins/monto/metadata.xml b/x11-plugins/monto/metadata.xml deleted file mode 100644 index 1d5e6504004e..000000000000 --- a/x11-plugins/monto/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="person"> - <email>voyageur@gentoo.org</email> - <name>Bernard Cafarelli</name> -</maintainer> - -</pkgmetadata> diff --git a/x11-plugins/monto/monto-0.1.1-r1.ebuild b/x11-plugins/monto/monto-0.1.1-r1.ebuild deleted file mode 100644 index 1975cfb2c017..000000000000 --- a/x11-plugins/monto/monto-0.1.1-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils toolchain-funcs - -DESCRIPTION="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 -i -e "s/-o monto/\$(LDFLAGS) -o monto/" \ - -e 's/gcc/$(CC)/' Makefile || die "sed failed" -} - -src_compile() { - tc-export CC - emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" -} - -src_install() { - dodoc ../AUTHORS ../NEWS ../README - dobin ${PN} -} |