diff options
author | 2015-08-08 13:49:04 -0700 | |
---|---|---|
committer | 2015-08-08 17:38:18 -0700 | |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-util/kdevelop-php | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-util/kdevelop-php')
-rw-r--r-- | dev-util/kdevelop-php/Manifest | 3 | ||||
-rw-r--r-- | dev-util/kdevelop-php/files/kdevelop-php-1.2.0-parmake.patch | 12 | ||||
-rw-r--r-- | dev-util/kdevelop-php/kdevelop-php-1.5.2.ebuild | 35 | ||||
-rw-r--r-- | dev-util/kdevelop-php/kdevelop-php-1.6.0.ebuild | 35 | ||||
-rw-r--r-- | dev-util/kdevelop-php/kdevelop-php-1.7.1.ebuild | 34 | ||||
-rw-r--r-- | dev-util/kdevelop-php/metadata.xml | 5 |
6 files changed, 124 insertions, 0 deletions
diff --git a/dev-util/kdevelop-php/Manifest b/dev-util/kdevelop-php/Manifest new file mode 100644 index 000000000000..8a1a7d56de7e --- /dev/null +++ b/dev-util/kdevelop-php/Manifest @@ -0,0 +1,3 @@ +DIST kdevelop-php-1.5.2.tar.xz 649044 SHA256 2ee676dd81af01a36c042248300ef1c5d27dfa1d5e29aa2e03749db8f4808f2d SHA512 7d1648b531cb039f8535739b08deff08429c93d173034e29e61e5eb795c192d59309adfa3403eccb5705c16bc55eb46ddd70375732606c6705bafe0163efff48 WHIRLPOOL 9a73d72ca2d27413220387043b4319a5dcce0b007b1aac5e814c27a73bd0cef6403998ee72f870d97d9b8628e00452d9bd2b12b9673f40d2fad55bf14bb999ec +DIST kdevelop-php-1.6.0.tar.xz 649816 SHA256 5f128ccffbe210e24b438411e8e068b622791913310e5796f59350af20c2ff23 SHA512 d86a7d286e59119e38a01f5a7c0669ae4b8e781f13ac90fba26b00b740a0d466a9dc2edae325f0aabd739514df27bb6878c3bfdd8125a2dcd90109efe41e5cf6 WHIRLPOOL 1a53ee5347a2148ff5b863669cfef689332db5b2005eef7b5d0cb3e6cab246f08ee75d842dd9b086630f0695af2a6486a2fd727bdee856151681e116c43c3e9c +DIST kdevelop-php-1.7.1.tar.xz 658088 SHA256 396300d605032ac458489fb760801233e94117825ca6a3251ee02090aa694826 SHA512 7602d905cd33299e071452e98539886110bf1f3fbbee3025a6ec2218aac8fef16665b81d23a1810ee22e9eb3eedbe55c00c8951a56b86fad2955ed4846959866 WHIRLPOOL 7e235c05bb0618365752c6c721fea1fd462eba7098e77ca303885c4bb50faf3d2f695f01fed982bc34827bb04f84490eaf5dfa4a37ed29875c1a8493d797b68e diff --git a/dev-util/kdevelop-php/files/kdevelop-php-1.2.0-parmake.patch b/dev-util/kdevelop-php/files/kdevelop-php-1.2.0-parmake.patch new file mode 100644 index 000000000000..4e64c9fad50f --- /dev/null +++ b/dev-util/kdevelop-php/files/kdevelop-php-1.2.0-parmake.patch @@ -0,0 +1,12 @@ +diff -ruN kdevelop-php-1.2.0.orig/parser/CMakeLists.txt kdevelop-php-1.2.0/parser/CMakeLists.txt +--- kdevelop-php-1.2.0.orig/parser/CMakeLists.txt 2011-01-23 20:42:54.000000000 +0100 ++++ kdevelop-php-1.2.0/parser/CMakeLists.txt 2011-04-25 22:29:05.486182541 +0200 +@@ -21,6 +21,8 @@ + ${KDE4_KTEXTEDITOR_LIBS} + ) + ++add_dependencies( kdev4phpparser php-parser-generated ) ++ + kde4_add_executable( php-parser main.cpp ) + target_link_libraries(php-parser ${QT_QTCORE_LIBRARY} ${KDEVPLATFORM_TESTS_LIBRARIES} ${KDEVPLATFORM_LANGUAGE_LIBRARIES} kdev4phpparser) + diff --git a/dev-util/kdevelop-php/kdevelop-php-1.5.2.ebuild b/dev-util/kdevelop-php/kdevelop-php-1.5.2.ebuild new file mode 100644 index 000000000000..40e80abe47df --- /dev/null +++ b/dev-util/kdevelop-php/kdevelop-php-1.5.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KDE_LINGUAS="bs ca ca@valencia da de el en_GB es et fi fr gl hu it kk nb nds nl +pl pt pt_BR ru sl sv th uk zh_CN zh_TW" +VIRTUALX_REQUIRED=test +KDEBASE="kdevelop" +KMNAME="kdev-php" +EGIT_REPONAME="${KMNAME}" +inherit kde4-base + +DESCRIPTION="PHP plugin for KDevelop 4" +LICENSE="GPL-2 LGPL-2" +IUSE="debug doc" +SRC_URI="mirror://kde/stable/kdevelop/${KDEVELOP_VERSION}/src/${P}.tar.xz" + +if [[ $PV != *9999* ]]; then + KEYWORDS="amd64 x86" +else + KEYWORDS="" +fi + +DEPEND=" + >=dev-util/kdevelop-pg-qt-1.0.0:4 +" +RDEPEND=" + dev-util/kdevelop:${SLOT} + doc? ( >=dev-util/kdevelop-php-docs-${PV}:${SLOT} ) +" +PATCHES=( "${FILESDIR}/${PN}"-1.2.0-parmake.patch ) + +RESTRICT="test" diff --git a/dev-util/kdevelop-php/kdevelop-php-1.6.0.ebuild b/dev-util/kdevelop-php/kdevelop-php-1.6.0.ebuild new file mode 100644 index 000000000000..eb9bbbf50ed8 --- /dev/null +++ b/dev-util/kdevelop-php/kdevelop-php-1.6.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KDE_LINGUAS="bs ca ca@valencia da de el en_GB es et fi fr gl it kk nb nds nl pl +pt pt_BR ru sl sv uk zh_CN zh_TW" +VIRTUALX_REQUIRED=test +KDEBASE="kdevelop" +KMNAME="kdev-php" +EGIT_REPONAME="${KMNAME}" +inherit kde4-base + +DESCRIPTION="PHP plugin for KDevelop 4" +LICENSE="GPL-2 LGPL-2" +IUSE="debug doc" +SRC_URI="mirror://kde/stable/kdevelop/${KDEVELOP_VERSION}/src/${P}.tar.xz" + +if [[ $PV != *9999* ]]; then + KEYWORDS="~amd64 ~x86" +else + KEYWORDS="" +fi + +DEPEND=" + >=dev-util/kdevelop-pg-qt-1.0.0:4 +" +RDEPEND=" + dev-util/kdevelop:${SLOT} + doc? ( >=dev-util/kdevelop-php-docs-${PV}:${SLOT} ) +" +PATCHES=( "${FILESDIR}/${PN}"-1.2.0-parmake.patch ) + +RESTRICT="test" diff --git a/dev-util/kdevelop-php/kdevelop-php-1.7.1.ebuild b/dev-util/kdevelop-php/kdevelop-php-1.7.1.ebuild new file mode 100644 index 000000000000..6407675e5047 --- /dev/null +++ b/dev-util/kdevelop-php/kdevelop-php-1.7.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KDE_LINGUAS="bs ca ca@valencia da de el en_GB es et fi fr gl it kk nl pl pt +pt_BR ru sk sl sv tr uk zh_CN zh_TW" +VIRTUALX_REQUIRED=test +KDEBASE="kdevelop" +KMNAME="kdev-php" +EGIT_REPONAME="${KMNAME}" +EGIT_BRANCH="1.7" +inherit kde4-base + +DESCRIPTION="PHP plugin for KDevelop 4" +LICENSE="GPL-2 LGPL-2" +IUSE="debug doc" + +if [[ ${KDE_BUILD_TYPE} = release ]]; then + KEYWORDS="amd64 ~x86" +fi + +RESTRICT="test" + +DEPEND=" + >=dev-util/kdevelop-pg-qt-1.0.0:4 +" +RDEPEND=" + dev-util/kdevelop:${SLOT} + doc? ( >=dev-util/kdevelop-php-docs-${PV}:${SLOT} ) +" + +PATCHES=( "${FILESDIR}/${PN}"-1.2.0-parmake.patch ) diff --git a/dev-util/kdevelop-php/metadata.xml b/dev-util/kdevelop-php/metadata.xml new file mode 100644 index 000000000000..a23f444b67d6 --- /dev/null +++ b/dev-util/kdevelop-php/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>kde</herd> +</pkgmetadata> |