forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-php/PEAR-Net_SmartIRC: Version bump to 1.1.11
Package-Manager: Portage-2.3.6, Repoman-2.3.2
- Loading branch information
Brian Evans
committed
Jun 16, 2017
1 parent
64796d3
commit 745ba2c
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST Net_SmartIRC-1.1.10.tar.gz 927009 SHA256 f6f46ec80584b9a62d8bfa3b4180fbd663f473aeb56e8f2440510ded5f66b760 SHA512 16ad30d358af99f40c53a75cf5f1c944a3e68f4c1cffd586acd61ceed280d5d1fcd4f4d5e88db55f1f66c37c5b7f37aec2f45a26dc6b98860eacb42c9f3fbea5 WHIRLPOOL 5fa0d4f1a9e05287b2079d99ba05c85e2c79e8db8a371e455a56fb3537f9761b90f216a8f2f8531e049a42e5d2e534d671ec77a65970dd68395e5c085eb336fa | ||
DIST Net_SmartIRC-1.1.11.tgz 165935 SHA256 46abe9f1a210d54d1b3a0cd87d4b8a0c22823fddab6a91988ee0bade2e2d9f82 SHA512 280c7ab9cd9ac263d7ecad26aabfd9ff3e2c2727794e85c944985139fc7b1c57288b3b02de07ab1139dcd58eb7f12ac47be41601661ea05fcf2b53d780183054 WHIRLPOOL 944b57af2a77075a53df5ec6a98c8a7ebd9c6c4c2404be963167efe4720a17febd1943bc4274ca19a8c4f22113f1ce92ba43ad57fdcb2af26c6a66faccd9508e |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
inherit php-pear-r2 | ||
|
||
DESCRIPTION="PHP class to communicate with IRC networks" | ||
LICENSE="LGPL-2.1" | ||
SLOT="0" | ||
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" | ||
IUSE="doc examples" | ||
DOCS=( CREDITS FEATURES docs/HOWTO README.md ) | ||
|
||
src_install() { | ||
php-pear-r2_src_install | ||
use examples && dodoc -r docs/examples | ||
|
||
if use doc; then | ||
dodoc docs/DOCUMENTATION | ||
dodoc -r docs/HTML | ||
fi | ||
} |