diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-17 10:16:01 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-17 10:16:01 +0000 |
commit | 752a082671de0f0f94a4460c34e67f4a04cc2dcf (patch) | |
tree | cd9e0a3558b60276755a6bc545af7399dab280de /www-apps/gallery | |
parent | fix #470108 by mschiff (diff) | |
download | gentoo-2-752a082671de0f0f94a4460c34e67f4a04cc2dcf.tar.gz gentoo-2-752a082671de0f0f94a4460c34e67f4a04cc2dcf.tar.bz2 gentoo-2-752a082671de0f0f94a4460c34e67f4a04cc2dcf.zip |
Remove old
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'www-apps/gallery')
-rw-r--r-- | www-apps/gallery/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/gallery/gallery-2.3.1.ebuild | 63 | ||||
-rw-r--r-- | www-apps/gallery/gallery-3.0.5.ebuild | 86 | ||||
-rw-r--r-- | www-apps/gallery/gallery-3.0.6.ebuild | 86 |
4 files changed, 5 insertions, 236 deletions
diff --git a/www-apps/gallery/ChangeLog b/www-apps/gallery/ChangeLog index c64e295fd97e..0290c2359dbc 100644 --- a/www-apps/gallery/ChangeLog +++ b/www-apps/gallery/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/gallery # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.201 2013/05/17 10:07:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.202 2013/05/17 10:16:01 ago Exp $ + + 17 May 2013; Agostino Sarubbo <ago@gentoo.org> -gallery-2.3.1.ebuild, + -gallery-3.0.5.ebuild, -gallery-3.0.6.ebuild: + Remove old 17 May 2013; Agostino Sarubbo <ago@gentoo.org> gallery-2.3.2.ebuild: Stable for ppc64, wrt bug #411727 diff --git a/www-apps/gallery/gallery-2.3.1.ebuild b/www-apps/gallery/gallery-2.3.1.ebuild deleted file mode 100644 index a10d556893c5..000000000000 --- a/www-apps/gallery/gallery-2.3.1.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-2.3.1.ebuild,v 1.11 2013/01/23 17:12:01 pinkbyte Exp $ - -EAPI="2" - -inherit webapp eutils depend.php confutils - -DESCRIPTION="Web based (PHP Script) photo album viewer/creator" -HOMEPAGE="http://galleryproject.org/" -SRC_URI="mirror://sourceforge/${PN}/${P}-full.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="amd64 hppa ppc ppc64 x86" -IUSE="ffmpeg +gd imagemagick +mysql netpbm postgres raw sqlite unzip zip" - -RDEPEND="raw? ( media-gfx/dcraw ) - ffmpeg? ( virtual/ffmpeg ) - imagemagick? ( || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] ) ) - netpbm? ( media-libs/netpbm media-gfx/jhead ) - unzip? ( app-arch/unzip ) - zip? ( app-arch/zip ) - sqlite? ( dev-lang/php[pdo] - || ( dev-lang/php:5.3[sqlite] dev-lang/php[sqlite3] ) - ) - mysql? ( || ( dev-lang/php[mysql] dev-lang/php[mysqli] ) ) - dev-lang/php[session,postgres?,gd?]" - -S=${WORKDIR}/${PN}2 - -need_httpd_cgi -need_php_httpd - -pkg_setup() { - webapp_pkg_setup - confutils_require_any gd imagemagick netpbm - confutils_require_any mysql postgres sqlite -} - -src_install() { - webapp_src_preinst - - dohtml README.html - rm README.html LICENSE - sed -i -e "/^LICENSE\>/d" -e "/^README\.html\>/d" MANIFEST - - insinto "${MY_HTDOCSDIR}" - doins -r . - - webapp_postinst_txt en "${FILESDIR}/postinstall-en2.txt" - webapp_src_install -} - -pkg_postinst() { - elog "You are strongly encouraged to back up your database" - elog "and the g2data directory, as upgrading may make" - elog "irreversible changes to both." - elog - elog "g2data dir: cp -Rf /path/to/g2data/ /path/to/backup" - elog "mysql: mysqldump --opt -u username -h hostname -p database > /path/to/backup.sql" - elog "postgres: pg_dump -h hostname --format=t database > /path/to/backup.sql" - webapp_pkg_postinst -} diff --git a/www-apps/gallery/gallery-3.0.5.ebuild b/www-apps/gallery/gallery-3.0.5.ebuild deleted file mode 100644 index 78aef5b94713..000000000000 --- a/www-apps/gallery/gallery-3.0.5.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-3.0.5.ebuild,v 1.2 2013/05/16 14:11:16 jer Exp $ - -EAPI="5" - -inherit webapp - -DESCRIPTION="Web based (PHP Script) photo album viewer/creator" -HOMEPAGE="http://gallery.menalto.com/" -SRC_URI="mirror://sourceforge/gallery/${PN}/${P}.zip" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" -IUSE="ffmpeg +gd imagemagick mysql mysqli" - -# Build depend is on unzip -DEPEND="app-arch/unzip" - -#PHP flags -PHP_REQUIRED_FLAGS="ctype,filter,iconv,json,simplexml,tokenizer,unicode" -PHP_OPTIONAL_FLAGS="gd?,mysql?,mysqli?" - -# No forced dependency on -# mysql? ( virtual/mysql ) -# which may live on another server -RDEPEND=" - imagemagick? ( || ( - media-gfx/imagemagick - media-gfx/graphicsmagick[imagemagick] - ) ) - ffmpeg? ( virtual/ffmpeg ) - >=dev-lang/php-5.2.3[${PHP_REQUIRED_FLAGS},${PHP_OPTIONAL_FLAGS}] - virtual/httpd-php" - -REQUIRED_USE=" - || ( gd imagemagick ) - || ( mysql mysqli )" - -S="${WORKDIR}/${PN}3" - -src_install() { - webapp_src_preinst - - rm LICENSE - insinto "${MY_HTDOCSDIR}" - doins -r . - - keepdir "${MY_HTDOCSDIR}"/var - webapp_serverowned "${MY_HTDOCSDIR}"/var - - webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt - webapp_postupgrade_txt en "${FILESDIR}"/postupgrade-en.txt - - webapp_src_install -} - -pkg_postinst() { - ewarn - ewarn "\033[1;33m**************************************************\033[00m" - ewarn - ewarn "gallery3 requires short_open_tag to be enabled." - ewarn "You need to edit \"/etc/php/apache2-php5.?/php.ini\"," - ewarn "set short_open_tag to \"On\" and then restart apache." - ewarn - ewarn "This ebuild does not depend on mysql or mariadb," - ewarn "because the database may run on different host. But" - ewarn "you will need to run a database server somewhere." - ewarn - ewarn "\033[1;33m**************************************************\033[00m" - ewarn - - einfo - einfo "\033[1;32m**************************************************\033[00m" - einfo - einfo "To see the post install instructions, do" - einfo - einfo " webapp-config --show-postinst ${PN} ${PVR}" - einfo - einfo "or for the post upgrade instructions, do" - einfo - einfo " webapp-config --show-postupgrade ${PN} ${PVR}" - einfo - einfo "\033[1;32m**************************************************\033[00m" - einfo -} diff --git a/www-apps/gallery/gallery-3.0.6.ebuild b/www-apps/gallery/gallery-3.0.6.ebuild deleted file mode 100644 index d2ce38f45387..000000000000 --- a/www-apps/gallery/gallery-3.0.6.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-3.0.6.ebuild,v 1.2 2013/05/16 14:11:16 jer Exp $ - -EAPI="5" - -inherit webapp - -DESCRIPTION="Web based (PHP Script) photo album viewer/creator" -HOMEPAGE="http://gallery.menalto.com/" -SRC_URI="mirror://sourceforge/gallery/${PN}/${P}.zip" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" -IUSE="ffmpeg +gd imagemagick mysql mysqli" - -# Build depend is on unzip -DEPEND="app-arch/unzip" - -#PHP flags -PHP_REQUIRED_FLAGS="ctype,filter,iconv,json,simplexml,tokenizer,unicode" -PHP_OPTIONAL_FLAGS="gd?,mysql?,mysqli?" - -# No forced dependency on -# mysql? ( virtual/mysql ) -# which may live on another server -RDEPEND=" - imagemagick? ( || ( - media-gfx/imagemagick - media-gfx/graphicsmagick[imagemagick] - ) ) - ffmpeg? ( virtual/ffmpeg ) - >=dev-lang/php-5.2.3[${PHP_REQUIRED_FLAGS},${PHP_OPTIONAL_FLAGS}] - virtual/httpd-php" - -REQUIRED_USE=" - || ( gd imagemagick ) - || ( mysql mysqli )" - -S="${WORKDIR}/${PN}3" - -src_install() { - webapp_src_preinst - - rm LICENSE - insinto "${MY_HTDOCSDIR}" - doins -r . - - keepdir "${MY_HTDOCSDIR}"/var - webapp_serverowned "${MY_HTDOCSDIR}"/var - - webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt - webapp_postupgrade_txt en "${FILESDIR}"/postupgrade-en.txt - - webapp_src_install -} - -pkg_postinst() { - ewarn - ewarn "\033[1;33m**************************************************\033[00m" - ewarn - ewarn "gallery3 requires short_open_tag to be enabled." - ewarn "You need to edit \"/etc/php/apache2-php5.?/php.ini\"," - ewarn "set short_open_tag to \"On\" and then restart apache." - ewarn - ewarn "This ebuild does not depend on mysql or mariadb," - ewarn "because the database may run on different host. But" - ewarn "you will need to run a database server somewhere." - ewarn - ewarn "\033[1;33m**************************************************\033[00m" - ewarn - - einfo - einfo "\033[1;32m**************************************************\033[00m" - einfo - einfo "To see the post install instructions, do" - einfo - einfo " webapp-config --show-postinst ${PN} ${PVR}" - einfo - einfo "or for the post upgrade instructions, do" - einfo - einfo " webapp-config --show-postupgrade ${PN} ${PVR}" - einfo - einfo "\033[1;32m**************************************************\033[00m" - einfo -} |