From d87262dd706fec50cd150aab3e93883b6337466d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:56:41 +0100 Subject: gentoo resync : 14.07.2018 --- app-laptop/spicctrl/Manifest | 4 ---- .../spicctrl/files/spicctrl-1.9-makefile.patch | 11 --------- app-laptop/spicctrl/metadata.xml | 5 ---- app-laptop/spicctrl/spicctrl-1.9-r1.ebuild | 28 ---------------------- 4 files changed, 48 deletions(-) delete mode 100644 app-laptop/spicctrl/Manifest delete mode 100644 app-laptop/spicctrl/files/spicctrl-1.9-makefile.patch delete mode 100644 app-laptop/spicctrl/metadata.xml delete mode 100644 app-laptop/spicctrl/spicctrl-1.9-r1.ebuild (limited to 'app-laptop/spicctrl') diff --git a/app-laptop/spicctrl/Manifest b/app-laptop/spicctrl/Manifest deleted file mode 100644 index 54fa1aa8eaef..000000000000 --- a/app-laptop/spicctrl/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX spicctrl-1.9-makefile.patch 284 BLAKE2B 86f2e5f7f5748de8051deb3f94f86c1227416ef23b57e5f8ef9486dccb4a2d080fca3c36ad9aaecf65cd8b48a0ae0eccf37387a4360f021cd9d7a8fcb3c0446d SHA512 65a4dc464660cb7b157f3fd6c17dbd1ef9a1976525e68b3bbab72fbb389cc1ff98da43a7e332be360727852ffa86bd237ef633f8253cb1a731efa91a99e93913 -DIST spicctrl-1.9.tar.bz2 10917 BLAKE2B c26101bb13bd512434b076b9fc6467189c7cb60f7b4a8dd0eede7b18b888d2b418c505896f2b52724df5ea7fab50b336f5843369a9ef4d19e642adc0f8399a01 SHA512 7b1d7862a51dd3321fe84cc5921d71a8f0b978755cbd7c31e54a59ad1c9d3f781d649436bd9b7fba71446a593ad7e925470731f5bd135350942fb0c03fbd4d3e -EBUILD spicctrl-1.9-r1.ebuild 538 BLAKE2B bb22fb85feae533c67c12d0d51ee30fd5bb08599df03893235db9c4cf4aea3234b5f2e4272796ef34df5ed6aca97129b779f98858a1cdc8313d090aa1fa21ebe SHA512 346ce1707c6c8baeabcbd89415ad8ce395a501fc5fb3ffe9c5c87b128da7737f9d0d6da28d2f2441142e1b340d693c8a8fc3f52b412caadc6d5149d18f4d5da5 -MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 diff --git a/app-laptop/spicctrl/files/spicctrl-1.9-makefile.patch b/app-laptop/spicctrl/files/spicctrl-1.9-makefile.patch deleted file mode 100644 index a49a29c30fb5..000000000000 --- a/app-laptop/spicctrl/files/spicctrl-1.9-makefile.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.orig 2012-11-20 12:38:41.528871594 +0400 -+++ Makefile 2012-11-20 12:39:42.630871103 +0400 -@@ -14,7 +14,7 @@ - all: spicctrl - - spicctrl: $(OBJ) -- $(CC) -o spicctrl $(OBJ) $(LIBS) -+ $(CC) $(CFLAGS) $(LDFLAGS) -o spicctrl $(OBJ) $(LIBS) - - clean: - rm -f $(OBJ) spicctrl *~ diff --git a/app-laptop/spicctrl/metadata.xml b/app-laptop/spicctrl/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/app-laptop/spicctrl/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/app-laptop/spicctrl/spicctrl-1.9-r1.ebuild b/app-laptop/spicctrl/spicctrl-1.9-r1.ebuild deleted file mode 100644 index d1aceef29615..000000000000 --- a/app-laptop/spicctrl/spicctrl-1.9-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit base toolchain-funcs - -DESCRIPTION="tool for the sonypi-Device (found in Sony Vaio Notebooks)" -HOMEPAGE="http://www.popies.net/sonypi/" -SRC_URI="http://www.popies.net/sonypi/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 -ppc x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -PATCHES=( "${FILESDIR}/${P}-makefile.patch" ) - -src_compile() { - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" -} - -src_install() { - dobin spicctrl -} -- cgit v1.2.3