From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 43AE21391DB for ; Sun, 23 Mar 2014 18:58:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF867E0B86; Sun, 23 Mar 2014 18:58:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3CD7BE0B86 for ; Sun, 23 Mar 2014 18:58:54 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3572D33ECCD for ; Sun, 23 Mar 2014 18:58:53 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2158) id 8BF522004F; Sun, 23 Mar 2014 18:58:51 +0000 (UTC) From: "Miroslav Sulc (fordfrog)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, fordfrog@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-java/netbeans-php: ChangeLog netbeans-php-8.0.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog netbeans-php-8.0.ebuild X-VCS-Directories: dev-java/netbeans-php X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Sulc Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140323185851.8BF522004F@flycatcher.gentoo.org> Date: Sun, 23 Mar 2014 18:58:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2c472d0f-5674-4020-a157-c44628c4c667 X-Archives-Hash: 93f5bbd7d114476a283218ce21cbe813 fordfrog 14/03/23 18:58:51 Modified: ChangeLog Added: netbeans-php-8.0.ebuild Log: netbeans-php: new ebuild for version 8.0 (Portage version: 2.2.9-r1/cvs/Linux x86_64, signed Manifest commit with key CFE47E2F) Revision Changes Path 1.20 dev-java/netbeans-php/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/netbeans-php/ChangeLog?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/netbeans-php/ChangeLog?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/netbeans-php/ChangeLog?r1=1.19&r2=1.20 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/netbeans-php/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ChangeLog 16 Oct 2013 09:50:56 -0000 1.19 +++ ChangeLog 23 Mar 2014 18:58:51 -0000 1.20 @@ -1,6 +1,11 @@ # ChangeLog for dev-java/netbeans-php -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/netbeans-php/ChangeLog,v 1.19 2013/10/16 09:50:56 fordfrog Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/netbeans-php/ChangeLog,v 1.20 2014/03/23 18:58:51 fordfrog Exp $ + +*netbeans-php-8.0 (23 Mar 2014) + + 23 Mar 2014; Miroslav Ć ulc +netbeans-php-8.0.ebuild: + new ebuild for version 8.0 *netbeans-php-7.4 (16 Oct 2013) 1.1 dev-java/netbeans-php/netbeans-php-8.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/netbeans-php/netbeans-php-8.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/netbeans-php/netbeans-php-8.0.ebuild?rev=1.1&content-type=text/plain Index: netbeans-php-8.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-java/netbeans-php/netbeans-php-8.0.ebuild,v 1.1 2014/03/23 18:58:51 fordfrog Exp $ EAPI="4" inherit eutils java-pkg-2 java-ant-2 DESCRIPTION="Netbeans PHP Cluster" HOMEPAGE="http://netbeans.org/projects/php" SLOT="8.0" SOURCE_URL="http://download.netbeans.org/netbeans/8.0/final/zip/netbeans-8.0-201403101706-src.zip" SRC_URI="${SOURCE_URL} http://dev.gentoo.org/~fordfrog/distfiles/netbeans-8.0-build.xml.patch.bz2 http://hg.netbeans.org/binaries/0702230EB3354A1687E4496D73A94F33A1E343BD-phpdocdesc.zip http://hg.netbeans.org/binaries/9893B39CD4E177E0886E1E8F25CB500FF54BC1E3-phpsigfiles.zip http://hg.netbeans.org/binaries/3D6AF75EA20D715887DAF47A3F063864EF0814C1-predefined_vars.zip" LICENSE="|| ( CDDL GPL-2-with-linking-exception )" KEYWORDS="~amd64 ~x86" IUSE="" S="${WORKDIR}" CDEPEND="~dev-java/netbeans-extide-${PV} ~dev-java/netbeans-ide-${PV} ~dev-java/netbeans-platform-${PV} ~dev-java/netbeans-webcommon-${PV} ~dev-java/netbeans-websvccommon-${PV} dev-java/javacup:0" DEPEND=">=virtual/jdk-1.7 app-arch/unzip ${CDEPEND} dev-java/javahelp:0" RDEPEND=">=virtual/jdk-1.7 ${CDEPEND}" INSTALL_DIR="/usr/share/${PN}-${SLOT}" EANT_BUILD_XML="nbbuild/build.xml" EANT_BUILD_TARGET="rebuild-cluster" EANT_EXTRA_ARGS="-Drebuild.cluster.name=nb.cluster.php -Dext.binaries.downloaded=true" EANT_FILTER_COMPILER="ecj-3.3 ecj-3.4 ecj-3.5 ecj-3.6 ecj-3.7" JAVA_PKG_BSFIX="off" src_unpack() { unpack $(basename ${SOURCE_URL}) einfo "Deleting bundled jars..." find -name "*.jar" -type f -delete unpack netbeans-8.0-build.xml.patch.bz2 pushd "${S}" >/dev/null || die ln -s "${DISTDIR}"/0702230EB3354A1687E4496D73A94F33A1E343BD-phpdocdesc.zip php.phpdoc.documentation/external/phpdocdesc.zip || die ln -s "${DISTDIR}"/9893B39CD4E177E0886E1E8F25CB500FF54BC1E3-phpsigfiles.zip php.project/external/phpsigfiles.zip || die ln -s "${DISTDIR}"/3D6AF75EA20D715887DAF47A3F063864EF0814C1-predefined_vars.zip php.editor/external/predefined_vars.zip || die popd >/dev/null || die } src_prepare() { einfo "Deleting bundled class files..." find -name "*.class" -type f | xargs rm -vf epatch netbeans-8.0-build.xml.patch # Support for custom patches if [ -n "${NETBEANS80_PATCHES_DIR}" -a -d "${NETBEANS80_PATCHES_DIR}" ] ; then local files=`find "${NETBEANS80_PATCHES_DIR}" -type f` if [ -n "${files}" ] ; then einfo "Applying custom patches:" for file in ${files} ; do epatch "${file}" done fi fi einfo "Symlinking external libraries..." java-pkg_jar-from --build-only --into javahelp/external javahelp jhall.jar jhall-2.0_05.jar java-pkg_jar-from --into libs.javacup/external javacup javacup.jar java-cup-11a.jar einfo "Linking in other clusters..." mkdir "${S}"/nbbuild/netbeans || die pushd "${S}"/nbbuild/netbeans >/dev/null || die ln -s /usr/share/netbeans-extide-${SLOT} extide || die cat /usr/share/netbeans-extide-${SLOT}/moduleCluster.properties >> moduleCluster.properties || die touch nb.cluster.extide.built ln -s /usr/share/netbeans-ide-${SLOT} ide || die cat /usr/share/netbeans-ide-${SLOT}/moduleCluster.properties >> moduleCluster.properties || die touch nb.cluster.ide.built ln -s /usr/share/netbeans-platform-${SLOT} platform || die cat /usr/share/netbeans-platform-${SLOT}/moduleCluster.properties >> moduleCluster.properties || die touch nb.cluster.platform.built ln -s /usr/share/netbeans-webcommon-${SLOT} webcommon || die cat /usr/share/netbeans-webcommon-${SLOT}/moduleCluster.properties >> moduleCluster.properties || die touch nb.cluster.webcommon.built ln -s /usr/share/netbeans-websvccommon-${SLOT} websvccommon || die cat /usr/share/netbeans-websvccommon-${SLOT}/moduleCluster.properties >> moduleCluster.properties || die touch nb.cluster.websvccommon.built popd >/dev/null || die java-pkg-2_src_prepare } src_install() { pushd nbbuild/netbeans/php >/dev/null || die insinto ${INSTALL_DIR} grep -E "/php$" ../moduleCluster.properties > "${D}"/${INSTALL_DIR}/moduleCluster.properties || die doins -r * popd >/dev/null || die local instdir=${INSTALL_DIR}/modules/ext pushd "${D}"/${instdir} >/dev/null || die rm java-cup-11a.jar && dosym /usr/share/javacup/lib/javacup.jar ${instdir}/java-cup-11a.jar || die popd >/dev/null || die dosym ${INSTALL_DIR} /usr/share/netbeans-nb-${SLOT}/php }