Skip to content

Commit

Permalink
dev-php/PEAR-Net_Sieve: Version bump to 1.5.4
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.5, Repoman-2.3.2
  • Loading branch information
Brian Evans committed May 22, 2017
1 parent 988d63c commit 365baf6
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-php/PEAR-Net_Sieve/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST PEAR-Net_Sieve-1.5.2.tar.gz 16332 SHA256 07d6b4dff6cf67fd022fd521c4a2555a0e0e82ee2804fe8eb14624524586a6a4 SHA512 672d2f6f4c3241f748fbdebd804f2186dd2a5f8b7be6a75cb9187ed16e61502e4a338bfaa1815190b74ab534cb7277b534b0542309098797fcb63582dc81bdbe WHIRLPOOL 065bb5629de459b884d63a5411ffa6bc10eab8c195e41623cf923afb22eb56201c16799f15dc1477e3e97ca34d1216fe9be49645c717f4058ddb8e98271e5848
DIST PEAR-Net_Sieve-1.5.4.tar.gz 16306 SHA256 2e753b3fa55e39ca49a2ff36a9ffef99b4fa672e095012164c650ccde56452c2 SHA512 c981ba421946cc1eb1f2101cf25cbfbbcf56b74f92a8a257b19a8b43fb04ad2d8c9d93a2f44903589bb6014c53cc6ae96c44b1c31c389510439f1f2da57b3353 WHIRLPOOL efcf212212fb92d20c5de543f73e6443ba03d3f46d95080b26f91b6b7ebe23f841b7c70e29767ddcf5f0fdd01d31e975aeec5103e072a57a1a27e3cc437f61da
28 changes: 28 additions & 0 deletions dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.5.4.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

MY_PN="${PN/PEAR-/}"

DESCRIPTION="An API for talking to sieve (RFC 3028) servers"
HOMEPAGE="https://github.com/roundcube/${MY_PN}"
SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="sasl"

RDEPEND="dev-lang/php:*
dev-php/PEAR-PEAR
dev-php/PEAR-Net_Socket
sasl? ( dev-php/PEAR-Auth_SASL )"

S="${WORKDIR}/${MY_PN}-${PV}"

src_install() {
# Install into "Net" for backwards compatibility (that's where PEAR
# used to put things).
insinto /usr/share/php/Net
doins Sieve.php
}

0 comments on commit 365baf6

Please sign in to comment.