summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2017-11-25 00:24:18 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2017-11-25 00:24:18 +0100
commit588393aa8bed61d23382bc4b34f2a8381fbf5697 (patch)
tree2fbeb132e8d7388a586ce59b86e31a138498ba94 /x11-plugins/wmpop3/wmpop3-0.5.6a.ebuild
parentx11-plugins/wmwifi: update homepage and SRC_URI (diff)
downloadgentoo-588393aa8bed61d23382bc4b34f2a8381fbf5697.tar.gz
gentoo-588393aa8bed61d23382bc4b34f2a8381fbf5697.tar.bz2
gentoo-588393aa8bed61d23382bc4b34f2a8381fbf5697.zip
x11-plugins/wmpop3: drop old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'x11-plugins/wmpop3/wmpop3-0.5.6a.ebuild')
-rw-r--r--x11-plugins/wmpop3/wmpop3-0.5.6a.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/x11-plugins/wmpop3/wmpop3-0.5.6a.ebuild b/x11-plugins/wmpop3/wmpop3-0.5.6a.ebuild
deleted file mode 100644
index f134ac7bacfb..000000000000
--- a/x11-plugins/wmpop3/wmpop3-0.5.6a.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="dockapp for checking pop3 accounts"
-HOMEPAGE="http://www.cs.mun.ca/~scotth/"
-SRC_URI="http://www.cs.mun.ca/~scotth/download/${P/wmpop3/WMPop3}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~sparc x86"
-IUSE=""
-DEPEND="x11-wm/windowmaker
- >=sys-apps/sed-4
- x11-libs/libXpm"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"/wmpop3
- sed -i -e "s:-O2:${CFLAGS}:" Makefile
- sed -i -e "s:-o wmpop3:${LDFLAGS} -o wmpop3:" Makefile
-}
-
-src_compile() {
- emake -C wmpop3 || die
-}
-
-src_install() {
- dobin wmpop3/wmpop3
- dodoc CHANGE_LOG README
-}