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 /x11-misc/vym | |
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 'x11-misc/vym')
-rw-r--r-- | x11-misc/vym/Manifest | 2 | ||||
-rw-r--r-- | x11-misc/vym/files/vym-2.3.22-arrowobj.patch | 18 | ||||
-rw-r--r-- | x11-misc/vym/metadata.xml | 8 | ||||
-rw-r--r-- | x11-misc/vym/vym-2.3.22.ebuild | 64 | ||||
-rw-r--r-- | x11-misc/vym/vym-2.3.24.ebuild | 65 |
5 files changed, 157 insertions, 0 deletions
diff --git a/x11-misc/vym/Manifest b/x11-misc/vym/Manifest new file mode 100644 index 000000000000..1c6f4566af90 --- /dev/null +++ b/x11-misc/vym/Manifest @@ -0,0 +1,2 @@ +DIST vym-2.3.22.tar.bz2 6737848 SHA256 92bd267fc2aa404e0f0887e780bae422be922c20d8037d743f32b16a4f8a16df SHA512 c6b15da272190e877d519153865e60f967a67cbdd4a0f56519f9c5a330605b97ea822f162ccf9fd57d1a4ec540d46e82c3004fa8e26c31786691b037ecb1c63e WHIRLPOOL e452abb36902e34afbe5b637c769a2bf17a9bb0d940ff72b46d55b19a821b26bce6ebad9bf125edb088a4e3d922a2fa2ab8dc096c378d1bee4efcb133519bb7b +DIST vym-2.3.24.tar.bz2 6738245 SHA256 b719521b97cd1cf1ab881a46325519bd9c48191537eadac8d4251a08a0741e06 SHA512 360cc1b80ed9fe28aa2eb0574f3f481acc264aa96e49d438893c63e27262272420abb7d8eb94283a6e2218bd11810616dc46b756607b8003a94eb2ba8ae5197c WHIRLPOOL 66e374e2c7dbb2633872db149d4f85ea80ccbaa0cd26cf837502edc7197a0e3a03348befce7fb918aeedca2d31205594985a647dd4b6a597df75432b5f7d2a7e diff --git a/x11-misc/vym/files/vym-2.3.22-arrowobj.patch b/x11-misc/vym/files/vym-2.3.22-arrowobj.patch new file mode 100644 index 000000000000..5c1cd6fc57c0 --- /dev/null +++ b/x11-misc/vym/files/vym-2.3.22-arrowobj.patch @@ -0,0 +1,18 @@ +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -69,6 +69,7 @@ + aboutdialog.h + taskfiltermodel.h + animpoint.h ++ arrowobj.h + attribute.h + attributeitem.h + # attributedelegate.h +@@ -156,6 +157,7 @@ + aboutdialog.cpp + taskfiltermodel.cpp + animpoint.cpp ++ arrowobj.cpp + attribute.cpp + attributeitem.cpp + # attributedelegate.cpp diff --git a/x11-misc/vym/metadata.xml b/x11-misc/vym/metadata.xml new file mode 100644 index 000000000000..33d6f84ad262 --- /dev/null +++ b/x11-misc/vym/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>desktop-misc</herd> + <upstream> + <remote-id type="sourceforge">vym</remote-id> + </upstream> +</pkgmetadata> diff --git a/x11-misc/vym/vym-2.3.22.ebuild b/x11-misc/vym/vym-2.3.22.ebuild new file mode 100644 index 000000000000..073ee6392a1e --- /dev/null +++ b/x11-misc/vym/vym-2.3.22.ebuild @@ -0,0 +1,64 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit eutils cmake-utils + +DESCRIPTION="View Your Mind, a mindmap tool" +HOMEPAGE="http://www.insilmaril.de/vym/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="dbus" + +VYM_LINGUAS=( cs_CZ de_DE es fr ia it pt_BR ru sv zh_CN zh_TW ) +IUSE+=" ${VYM_LINGUAS[@]/#/linguas_}" + +DEPEND=" + dev-qt/qtgui:4[qt3support] + dev-qt/qtsvg:4 + dbus? ( dev-qt/qtdbus:4 ) +" +RDEPEND=" + ${DEPEND} + app-arch/zip +" + +DOCS=( README.txt doc/vym.pdf ) + +src_prepare() { + epatch "${FILESDIR}"/${P}-arrowobj.patch + + local lingua + for lingua in ${VYM_LINGUAS[@]}; do + if ! use linguas_${lingua}; then + sed -i -e "/lang\/vym_${lingua}.ts/d" CMakeLists.txt || die + rm -r lang/vym_${lingua}.ts || die + fi + done + sed -i \ + -e '/lang\/vym_en.ts/d' \ + CMakeLists.txt || die + rm -r lang/vym_en.ts || die +} + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use !dbus NO_DBUS) + ) + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + doman doc/vym.1.gz + if use linguas_es ; then + dodoc doc/vym_es.pdf + elif use linguas_fr ; then + dodoc doc/vym_fr.pdf + fi + make_desktop_entry vym vym /usr/share/vym/icons/vym.png Education +} diff --git a/x11-misc/vym/vym-2.3.24.ebuild b/x11-misc/vym/vym-2.3.24.ebuild new file mode 100644 index 000000000000..fd7e47a00043 --- /dev/null +++ b/x11-misc/vym/vym-2.3.24.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit eutils cmake-utils + +DESCRIPTION="View Your Mind, a mindmap tool" +HOMEPAGE="http://www.insilmaril.de/vym/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="dbus" + +VYM_LINGUAS=( cs_CZ de_DE es fr ia it pt_BR ru sv zh_CN zh_TW ) +IUSE+=" ${VYM_LINGUAS[@]/#/linguas_}" + +DEPEND=" + dev-qt/qtgui:4[qt3support] + dev-qt/qtsvg:4 + dbus? ( dev-qt/qtdbus:4 ) +" +RDEPEND=" + ${DEPEND} + app-arch/zip +" + +DOCS=( README.txt doc/vym.pdf ) + +src_prepare() { + epatch "${FILESDIR}"/${PN}-2.3.22-arrowobj.patch + + sed -i \ + -e '/lang\/vym_en.ts/d' \ + CMakeLists.txt || die + rm -r lang/vym_en.ts || die +} + +src_configure() { + local lingua + for lingua in ${VYM_LINGUAS[@]}; do + if ! use linguas_${lingua}; then + sed -i -e "/lang\/vym_${lingua}.ts/d" CMakeLists.txt || die + rm -r lang/vym_${lingua}.ts || die + fi + done + + local mycmakeargs=( + $(cmake-utils_use !dbus NO_DBUS) + ) + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + doman doc/vym.1.gz + if use linguas_es ; then + dodoc doc/vym_es.pdf + elif use linguas_fr ; then + dodoc doc/vym_fr.pdf + fi + make_desktop_entry vym vym /usr/share/vym/icons/vym.png Education +} |