diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-01-06 23:13:57 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-01-06 23:13:57 +0000 |
commit | a8b0d35ab742f31538d515dea39716e566d533c0 (patch) | |
tree | 40c6c87a13f0e5ef1111ed1bdd9191f3bd1c1e59 /x11-plugins/monto | |
parent | 8fcdcec5fbdd0e3a77391e4f354218014f59f358 (diff) |
gentoo resync : 06.01.2018
Diffstat (limited to 'x11-plugins/monto')
-rw-r--r-- | x11-plugins/monto/Manifest | 3 | ||||
-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, 48 deletions
diff --git a/x11-plugins/monto/Manifest b/x11-plugins/monto/Manifest deleted file mode 100644 index 3bee778c4f10..000000000000 --- a/x11-plugins/monto/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST monto-0.1.1.tar.gz 18033 BLAKE2B 57f5757644da309b5ecdbc90afb588e92c13b35efe1d5032e5ffaee9f4c5343b38c1041cef894a7cc0a83cd5be6345c3a52505b90df6439483497c3dbb3901fe SHA512 481065a9bf6c9004685d7ebac852abfa88a1d3797bcc3d47fa68deee6afd45055bdddcc4ff12dcf6d2683f7febbc3eabd01d616404bdb10f62d9ba97f8675c80 -EBUILD monto-0.1.1-r1.ebuild 800 BLAKE2B 5c2df1f9fdc08a2c0e9b8a54efa883df8b2e9eaf796cd3f3c01b75f6761fd71ab5e4d855651de274dcf2c4368a1cd7954c826f8f896c1ffc559f31c874aa9329 SHA512 847cc5f3eba8f00b04efbd2d56063f3af04aba94c636d9bce307865a188ad96d1dfd5a83295f4d8dde38a6c123f164907a5b9156c2fc4b61b66e667fdbe35418 -MISC metadata.xml 249 BLAKE2B ba223d81d4cf6b9ca1ba3a63e356bec0d9aa6f4cdf2ad3b29a6c97a6e5bad854154f8b9e6fc3d65d155c93daa706d03c84395b53951e3e326ffc19c8d0df0eb5 SHA512 1a1312bb0e9f74f1e3852218d8fd4817fbad3bc65633cecbe8735607bc33c1e05b414c2628ff3f6e24dfc4a3999de7191f6cdadd2161b03cf614d5b6f24fab8d 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} -} |