diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /kde-misc/semantik | |
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 'kde-misc/semantik')
-rw-r--r-- | kde-misc/semantik/Manifest | 2 | ||||
-rw-r--r-- | kde-misc/semantik/files/semantik-0.9.0-wscript_ldconfig.patch | 17 | ||||
-rw-r--r-- | kde-misc/semantik/metadata.xml | 8 | ||||
-rw-r--r-- | kde-misc/semantik/semantik-0.9.3.ebuild | 47 | ||||
-rw-r--r-- | kde-misc/semantik/semantik-0.9.4-r1.ebuild | 39 | ||||
-rw-r--r-- | kde-misc/semantik/semantik-0.9.4.ebuild | 47 |
6 files changed, 160 insertions, 0 deletions
diff --git a/kde-misc/semantik/Manifest b/kde-misc/semantik/Manifest new file mode 100644 index 000000000000..bd5bd732a065 --- /dev/null +++ b/kde-misc/semantik/Manifest @@ -0,0 +1,2 @@ +DIST semantik-0.9.3.tar.bz2 435810 SHA256 b5f5c2949e5b48f5cfbeac79a22dd0fcaeb9fc29e4c79de0cf9969e088ea1b3e SHA512 6176d3fa49480c1eccccfd2ccbe33cc04a66cb2d8c98afc9b756b09a2ab739afb1b9cc16d5073fc5d03c59b401c32e68ea7a0cb6df5e27330eea438acf91a5da WHIRLPOOL d2d6d42f9faa03a66c25190627bc9a33353f62c072146c47d82bd8decdd0bb9ea0a99e12dce95122b6c2d355dc985b0e26cb2acc7726fde57641517b3a7da802 +DIST semantik-0.9.4.tar.bz2 439789 SHA256 940a3b37700f1e88b6c29ff13e0d33a73832f0db856a8738b3e939d8f0c73aa2 SHA512 cec674adac99917f2e83fedc880ec25faa91c0fd7fe96031cc770b72a3a5b058205ab6892535581f5beec069b8ca6a9c887c0480d988675a1bf3c99c6f438b50 WHIRLPOOL 48f17579c66f90536bc393e7eb539f76401e6320a60fcf8210755296a643f518fcfffb0ad487640a2520ca9fcc1a797acd6314966ecf80ebffedf035c8e8de58 diff --git a/kde-misc/semantik/files/semantik-0.9.0-wscript_ldconfig.patch b/kde-misc/semantik/files/semantik-0.9.0-wscript_ldconfig.patch new file mode 100644 index 000000000000..94ecd95c9a7e --- /dev/null +++ b/kde-misc/semantik/files/semantik-0.9.0-wscript_ldconfig.patch @@ -0,0 +1,17 @@ +--- wscript.old 2013-12-23 00:56:28.623714186 +0100 ++++ wscript 2013-12-23 00:56:39.592714596 +0100 +@@ -226,14 +226,6 @@ + opt.add_option('--noldconfig', action='store_true', default=False, help='do not run lconfig when installing') + + def post_build(bld): +- if bld.cmd == 'install': +- if not Options.options.noldconfig: +- try: bld.exec_command('/sbin/ldconfig 2> /dev/null') +- except Exception: pass +- if not Options.options.nomimes: +- try: bld.exec_command('update-mime-database %s' % os.path.split(bld.env.MIME_DIR)[0]) +- except Exception: pass +- + if Options.options.exe: + #os.popen('export LD_LIBRARY_PATH=out/default/:$LD_LIBRARY_PATH; PATH=plugins:$PATH out/default/src/semantik') + bld.exec_command('LD_LIBRARY_PATH=build/:$LD_LIBRARY_PATH build/src/semantik --style plastique', stdout=None, stderr=None) diff --git a/kde-misc/semantik/metadata.xml b/kde-misc/semantik/metadata.xml new file mode 100644 index 000000000000..846e4f053a29 --- /dev/null +++ b/kde-misc/semantik/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>kde</herd> + <upstream> + <remote-id type="google-code">semantik</remote-id> + </upstream> +</pkgmetadata> diff --git a/kde-misc/semantik/semantik-0.9.3.ebuild b/kde-misc/semantik/semantik-0.9.3.ebuild new file mode 100644 index 000000000000..811b927e9b53 --- /dev/null +++ b/kde-misc/semantik/semantik-0.9.3.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +CMAKE_REQUIRED="never" +NO_WAF_LIBDIR="true" +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE="xml" +inherit python-single-r1 flag-o-matic kde4-base multilib toolchain-funcs waf-utils + +DESCRIPTION="Mindmapping-like tool for document generation" +HOMEPAGE="http://freehackers.org/~tnagy/semantik.html https://code.google.com/p/semantik/" +SRC_URI="http://ftp.waf.io/pub/release/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DEPEND=" + ${PYTHON_DEPS} + dev-qt/qtcore:4 + dev-qt/qtgui:4 + dev-qt/qtsvg:4 + dev-qt/qtwebkit:4 +" +RDEPEND="${DEPEND}" + +#WAF_BINARY="${S}/waf" + +DOCS=( ChangeLog README TODO ) +PATCHES=( "${FILESDIR}"/${PN}-0.9.0-wscript_ldconfig.patch ) + +pkg_setup() { + python-single-r1_pkg_setup + kde4-base_pkg_setup + append-ldflags -Wl,--soname=libnablah.so.0 +} + +src_install() { + waf-utils_src_install + dosym libnablah.so /usr/$(get_libdir)/libnablah.so.0 +} diff --git a/kde-misc/semantik/semantik-0.9.4-r1.ebuild b/kde-misc/semantik/semantik-0.9.4-r1.ebuild new file mode 100644 index 000000000000..56cb80395371 --- /dev/null +++ b/kde-misc/semantik/semantik-0.9.4-r1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +CMAKE_REQUIRED="never" +NO_WAF_LIBDIR="true" +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE="xml" +inherit python-single-r1 kde4-base waf-utils + +DESCRIPTION="Mindmapping-like tool for document generation" +HOMEPAGE="http://freehackers.org/~tnagy/semantik.html https://code.google.com/p/semantik/" +SRC_URI="http://ftp.waf.io/pub/release/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DEPEND=" + ${PYTHON_DEPS} + dev-qt/qtcore:4 + dev-qt/qtgui:4 + dev-qt/qtsvg:4 + dev-qt/qtwebkit:4 +" +RDEPEND="${DEPEND}" + +DOCS=( ChangeLog README TODO ) +PATCHES=( "${FILESDIR}"/${PN}-0.9.0-wscript_ldconfig.patch ) + +pkg_setup() { + python-single-r1_pkg_setup + kde4-base_pkg_setup +} diff --git a/kde-misc/semantik/semantik-0.9.4.ebuild b/kde-misc/semantik/semantik-0.9.4.ebuild new file mode 100644 index 000000000000..186b081b2341 --- /dev/null +++ b/kde-misc/semantik/semantik-0.9.4.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +CMAKE_REQUIRED="never" +NO_WAF_LIBDIR="true" +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE="xml" +inherit python-single-r1 flag-o-matic kde4-base multilib toolchain-funcs waf-utils + +DESCRIPTION="Mindmapping-like tool for document generation" +HOMEPAGE="http://freehackers.org/~tnagy/semantik.html https://code.google.com/p/semantik/" +SRC_URI="http://ftp.waf.io/pub/release/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DEPEND=" + ${PYTHON_DEPS} + dev-qt/qtcore:4 + dev-qt/qtgui:4 + dev-qt/qtsvg:4 + dev-qt/qtwebkit:4 +" +RDEPEND="${DEPEND}" + +#WAF_BINARY="${S}/waf" + +DOCS=( ChangeLog README TODO ) +PATCHES=( "${FILESDIR}"/${PN}-0.9.0-wscript_ldconfig.patch ) + +pkg_setup() { + python-single-r1_pkg_setup + kde4-base_pkg_setup + append-ldflags -Wl,--soname=libnablah.so.0 +} + +src_install() { + waf-utils_src_install + dosym libnablah.so /usr/$(get_libdir)/libnablah.so.0 +} |