summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2017-03-13 19:10:45 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2017-03-13 19:10:52 +0100
commit50fb9d749dd3bf8db082f52bcc4ed99f49d23268 (patch)
tree283097b81bd721874b77e8846992b0a3ed92c194 /x11-plugins
parentx11-plugins/wmgtemp: 1.2 bump (diff)
downloadgentoo-50fb9d749dd3bf8db082f52bcc4ed99f49d23268.tar.gz
gentoo-50fb9d749dd3bf8db082f52bcc4ed99f49d23268.tar.bz2
gentoo-50fb9d749dd3bf8db082f52bcc4ed99f49d23268.zip
x11-plugins/wmgtemp: drop old
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmgtemp/wmgtemp-1.0.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/x11-plugins/wmgtemp/wmgtemp-1.0.ebuild b/x11-plugins/wmgtemp/wmgtemp-1.0.ebuild
deleted file mode 100644
index 43859ed06953..000000000000
--- a/x11-plugins/wmgtemp/wmgtemp-1.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils
-
-DESCRIPTION="CPU and SYS temperature dockapp"
-HOMEPAGE="http://www.fluxcode.net"
-SRC_URI="http://www.fluxcode.net/${P}.tar.bz2"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXpm"
-DEPEND="${RDEPEND}
- x11-proto/xextproto
- =sys-apps/lm_sensors-3*
- >=sys-apps/sed-4"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i -e "s:-Wall -g:\$(CFLAGS):" src/Makefile || die "sed failed."
-
- #Honour Gentoo LDFLAGS, rationalizing Makefile - see bug #337411.
- sed -i -e "s:LDFLAGS =:LIBS =:" src/Makefile || die "sed failed."
- sed -i -e "s:\$(LDFLAGS) -o \$(BINARY):\$(LDFLAGS) -o \$(BINARY) \$(LIBS):" src/Makefile || die "sed failed."
-}
-
-src_compile() {
- emake || die "emake failed."
-}
-
-src_install() {
- dodoc BUGS CREDITS README TODO
- dobin src/wmgtemp
- doman wmgtemp.1
-}