summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Szymaniak (lazy_bum) <szarpaj@grubelek.pl>2014-10-01 22:09:27 +0200
committerPiotr Szymaniak (lazy_bum) <szarpaj@grubelek.pl>2014-10-01 22:09:27 +0200
commit5eea34002a37fd917d1109134f027cb3cc79397c (patch)
treebdfd62fa8cea1b2050b87e4156d3c8fd03de2b0e /net-misc/esniper/esniper-2.25.0.ebuild
parentdev-perl/Text-VimColor: Bump to EAPI=5 (diff)
downloadsunrise-5eea34002a37fd917d1109134f027cb3cc79397c.tar.gz
sunrise-5eea34002a37fd917d1109134f027cb3cc79397c.tar.bz2
sunrise-5eea34002a37fd917d1109134f027cb3cc79397c.zip
net-misc/esniper: Version bump.
Diffstat (limited to 'net-misc/esniper/esniper-2.25.0.ebuild')
-rw-r--r--net-misc/esniper/esniper-2.25.0.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/net-misc/esniper/esniper-2.25.0.ebuild b/net-misc/esniper/esniper-2.25.0.ebuild
deleted file mode 100644
index 646311ce8..000000000
--- a/net-misc/esniper/esniper-2.25.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-inherit versionator
-
-MY_P=${PN}-$(replace_all_version_separators '-')
-DESCRIPTION="A simple, lightweight tool for sniping ebay auctions"
-HOMEPAGE="http://esniper.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tgz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-libs/openssl
- >=net-misc/curl-7.12[ssl]"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_install() {
- emake DESTDIR="${D}" install || die "Install failed"
- dobin frontends/snipe || die
- dodoc AUTHORS ChangeLog NEWS README TODO sample_auction.txt sample_config.txt || die
-}
-
-pkg_postinst() {
- elog
- elog "Please find a sample config at /usr/share/doc/${P}/sample_config.txt.bz2"
- elog
-}