Compare commits
2 Commits
ccd4d37e83
...
4c8215e02d
| Author | SHA1 | Date | |
|---|---|---|---|
| 4c8215e02d | |||
| 5deba18bb1 |
@@ -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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
EAPI=5
|
EAPI=8
|
||||||
|
|
||||||
inherit versionator
|
|
||||||
|
|
||||||
DESCRIPTION="Drush is a command line shell and scripting interface for Drupal"
|
DESCRIPTION="Drush is a command line shell and scripting interface for Drupal"
|
||||||
HOMEPAGE="https://github.com/drush-ops/drush"
|
HOMEPAGE="https://github.com/drush-ops/drush"
|
||||||
|
MY_PV=${PV}
|
||||||
MY_PV=$(replace_version_separator _ -)
|
SRC_URI="https://github.com/drush-ops/drush/releases/download/${PV}/drush.phar -> ${P}.phar"
|
||||||
|
|
||||||
SRC_URI="https://github.com/drush-ops/drush/releases/download/${MY_PV}/drush.phar -> ${PN}-${MY_PV}.phar"
|
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~x86 ~amd64"
|
KEYWORDS="~x86 ~amd64"
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
DEPEND=">=dev-lang/php-7.2.0"
|
DEPEND=">=dev-lang/php-7.4.0"
|
||||||
RDEPEND="dev-lang/php[zip]"
|
RDEPEND="dev-lang/php[zip]"
|
||||||
|
|
||||||
src_unpack() {
|
src_unpack() {
|
||||||
@@ -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
|
|
||||||
@@ -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
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user