* [gentoo-commits] repo/gentoo:master commit in: dev-php/securimage/
@ 2016-08-07 7:25 Pacho Ramos
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2016-08-07 7:25 UTC (permalink / raw
To: gentoo-commits
commit: 3818237f6a7c12e922a1e2df97a8e0ebc899b022
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 7 07:10:27 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Aug 7 07:24:40 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3818237f
dev-php/securimage: Cleanup per bug #355897
Package-Manager: portage-2.3.0
dev-php/securimage/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/dev-php/securimage/metadata.xml b/dev-php/securimage/metadata.xml
index b60e35c..097975e 100644
--- a/dev-php/securimage/metadata.xml
+++ b/dev-php/securimage/metadata.xml
@@ -1,8 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>binki@gentoo.org</email>
- <name>Nathan Phillip Brink</name>
- </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/securimage/
@ 2017-07-10 15:34 Brian Evans
0 siblings, 0 replies; 3+ messages in thread
From: Brian Evans @ 2017-07-10 15:34 UTC (permalink / raw
To: gentoo-commits
commit: 6c259c3d23980ad6cfdd1c0ccb6ae542afd1dfcd
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 10 15:16:28 2017 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Jul 10 15:34:15 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c259c3d
dev-php/securimage: Version bump to 3.6.5
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-php/securimage/Manifest | 1 +
dev-php/securimage/securimage-3.6.5.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/dev-php/securimage/Manifest b/dev-php/securimage/Manifest
index 9ede2af4330..f49af192e54 100644
--- a/dev-php/securimage/Manifest
+++ b/dev-php/securimage/Manifest
@@ -1 +1,2 @@
DIST securimage-3.0.1.tar.gz 1107713 SHA256 f507c4e11c753cb40d6c3703ee513048a51b28ee85f4ab85f199d77d8013433a SHA512 e294a32302a04b0cf379475c44c3d9c28bc6cecd3196b10e6dc8dabbfb0f96f267f9d649f884ae1f583b4a8be9c2282a21514a6abf786f698feb9de36d9d3aa2 WHIRLPOOL 8e2d08b7e2130e830d36477f5c2b79685550882a811a36de655a120e0f6d6858fba73c53bfbff05c0cb824373151fab6cb1c92a000647be0c61d31598bbae462
+DIST securimage-3.6.5.tar.gz 7590487 SHA256 f0b2cc128c49b19c8e63b1333fe16ab9b5694c05359ea74fded2a9527e15cfb3 SHA512 776130271f54d50cae5d9a71fed4bfe4870c187cbda55314b49706b3d88c8e76c283c09ead195f89b074fba8b16ddb22e25c268d80d01ee34e9dc5d624e12e7d WHIRLPOOL 439da3c2d26ac9a958a90559c983713214409a3d385cebf62d460ea8031c52019fb705bb324d46306182098734b158d4dddc576e6088a894342706eede7474f6
diff --git a/dev-php/securimage/securimage-3.6.5.ebuild b/dev-php/securimage/securimage-3.6.5.ebuild
new file mode 100644
index 00000000000..a43db24e939
--- /dev/null
+++ b/dev-php/securimage/securimage-3.6.5.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="PHP captcha creator and validator library"
+HOMEPAGE="http://phpcaptcha.org/"
+SRC_URI="https://github.com/dapphp/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-lang/php[gd,truetype]
+ virtual/httpd-php"
+
+src_install()
+{
+ # Grab all PHP files except the examples.
+ set *.php
+ local php_files=${@/*example*/}
+
+ insinto /usr/share/php/${PN}
+ doins -r ${php_files} *.{ttf,swf} audio backgrounds database images words
+
+ dodoc README*
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/securimage/
@ 2017-07-10 15:34 Brian Evans
0 siblings, 0 replies; 3+ messages in thread
From: Brian Evans @ 2017-07-10 15:34 UTC (permalink / raw
To: gentoo-commits
commit: 626ea70175b79b0e00afefa6e436a315f2820ef6
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 10 15:17:08 2017 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Jul 10 15:34:20 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=626ea701
dev-php/securimage: Drop old
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-php/securimage/Manifest | 1 -
dev-php/securimage/securimage-3.0.1.ebuild | 31 ------------------------------
2 files changed, 32 deletions(-)
diff --git a/dev-php/securimage/Manifest b/dev-php/securimage/Manifest
index f49af192e54..114784a0c48 100644
--- a/dev-php/securimage/Manifest
+++ b/dev-php/securimage/Manifest
@@ -1,2 +1 @@
-DIST securimage-3.0.1.tar.gz 1107713 SHA256 f507c4e11c753cb40d6c3703ee513048a51b28ee85f4ab85f199d77d8013433a SHA512 e294a32302a04b0cf379475c44c3d9c28bc6cecd3196b10e6dc8dabbfb0f96f267f9d649f884ae1f583b4a8be9c2282a21514a6abf786f698feb9de36d9d3aa2 WHIRLPOOL 8e2d08b7e2130e830d36477f5c2b79685550882a811a36de655a120e0f6d6858fba73c53bfbff05c0cb824373151fab6cb1c92a000647be0c61d31598bbae462
DIST securimage-3.6.5.tar.gz 7590487 SHA256 f0b2cc128c49b19c8e63b1333fe16ab9b5694c05359ea74fded2a9527e15cfb3 SHA512 776130271f54d50cae5d9a71fed4bfe4870c187cbda55314b49706b3d88c8e76c283c09ead195f89b074fba8b16ddb22e25c268d80d01ee34e9dc5d624e12e7d WHIRLPOOL 439da3c2d26ac9a958a90559c983713214409a3d385cebf62d460ea8031c52019fb705bb324d46306182098734b158d4dddc576e6088a894342706eede7474f6
diff --git a/dev-php/securimage/securimage-3.0.1.ebuild b/dev-php/securimage/securimage-3.0.1.ebuild
deleted file mode 100644
index 93cc219f18d..00000000000
--- a/dev-php/securimage/securimage-3.0.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="PHP captcha creator and validator library"
-HOMEPAGE="http://phpcaptcha.org/"
-SRC_URI="http://phpcaptcha.org/${P}.tar.gz
- ftp://mirror.ohnopub.net/mirror/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-lang/php[gd,truetype]
- virtual/httpd-php"
-
-S=${WORKDIR}/${PN}
-
-src_install()
-{
- # Grab all PHP files except the examples.
- set *.php
- local php_files=${@/*example*/}
-
- insinto /usr/share/php/${PN}
- doins -r ${php_files} *.{ttf,swf} audio backgrounds database images words
-
- dodoc README* *example*
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-07-10 15:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-10 15:34 [gentoo-commits] repo/gentoo:master commit in: dev-php/securimage/ Brian Evans
-- strict thread matches above, loose matches on Subject: below --
2017-07-10 15:34 Brian Evans
2016-08-07 7:25 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox