Compare commits

..

2 Commits

Author SHA1 Message Date
gentoo-hosts 4c8215e02d version bump app-admin/drush-8.5.0 2025-01-27 13:46:08 +01:00
gentoo-hosts 5deba18bb1 remove obsolete net-misc/esniper 2025-01-27 13:45:36 +01:00
4 changed files with 5 additions and 46 deletions
+1 -1
View File
@@ -1 +1 @@
DIST drush-8.4.12.phar 1357093 BLAKE2B 4acefcd8f4acf9cd14b86df98b46e61ce0f8fd00d872267ff443d0de9715b2945bdc31819a754eaf74a5b010e81a2df63b8da730341e91a3b75d2e2bcd954cf9 SHA512 b5ee55779129bedee9bb86df0bd7ca9b676bc259bef95940411d6692b0571c77bc57258c07d83c769b4e29ab45b271648ca3b7f8bd554052d12051a94d220424
DIST drush-8.5.0.phar 1357327 BLAKE2B 29573e9337d6fb533354f47ad8d70a4a61d4a6876d831a24b4ed445f991893f94aca01d2aabb9ebf52ce5856501ef44d8f316907f6899910cfb78489544f9cbc SHA512 3ddabe91b0e9489457fc718d0e4c7908355c28da5f36d72fe4b2dbb3e0c5be70f700e2b6311ef7bfa48fcf2fbdd35f847d5a31cb17a6b1d879616c66e2ded029
@@ -2,23 +2,19 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit versionator
EAPI=8
DESCRIPTION="Drush is a command line shell and scripting interface for Drupal"
HOMEPAGE="https://github.com/drush-ops/drush"
MY_PV=$(replace_version_separator _ -)
SRC_URI="https://github.com/drush-ops/drush/releases/download/${MY_PV}/drush.phar -> ${PN}-${MY_PV}.phar"
MY_PV=${PV}
SRC_URI="https://github.com/drush-ops/drush/releases/download/${PV}/drush.phar -> ${P}.phar"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=">=dev-lang/php-7.2.0"
DEPEND=">=dev-lang/php-7.4.0"
RDEPEND="dev-lang/php[zip]"
src_unpack() {
-2
View File
@@ -1,2 +0,0 @@
DIST esniper-2-35-0.tgz 143573 BLAKE2B 11e29fc53a07824bb040cd1f4a0da6606528c4474d9a8cf72ae130834c0b84fed6c64a361b829972ba0eab601f9cb1979d07aff868056faebd5ff468b5d6b0e7 SHA512 d35c869442d7ceeb116c3f68d928eb4ff99ba3ac12f60e74dc79bfb7981b1897537f19e38dc095f8ea4b00149fe056f227f099c36127252400dc8a7a9cce17ce
EBUILD esniper-2.35.0.ebuild 811 BLAKE2B 3eca37f1df9e773ea9df6c77fcf11726b95405beef1be1a9f0a13d558649a8854b48d0b51d9d8b72958c825a461e6e52d40af76ade5fade9b3d41c03a366b707 SHA512 2a2eca4f92ff2fdc39aca9892a3ccfd630d5542afd6c000805282a43658bb65f966d40ef5db8b1233f17d6b88fb930e152ea92d12d944b23a66386b8ee90ff36
-35
View File
@@ -1,35 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
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
}