diff options
author | Stuart Herbert <stuart@gentoo.org> | 2005-12-23 19:50:22 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2005-12-23 19:50:22 +0000 |
commit | 73b37dae81f6320ed89d10c3fa1ee08804202026 (patch) | |
tree | 1c1eaf1976a2b797daca0e9f1ec0d5416a987f7e | |
parent | minor dependency correction (diff) | |
download | historical-73b37dae81f6320ed89d10c3fa1ee08804202026.tar.gz historical-73b37dae81f6320ed89d10c3fa1ee08804202026.tar.bz2 historical-73b37dae81f6320ed89d10c3fa1ee08804202026.zip |
Version bump; thanks to Boris Gruschke; see bug #94174
Package-Manager: portage-2.0.51.22-r3
-rw-r--r-- | x11-misc/vym/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/vym/Manifest | 16 | ||||
-rw-r--r-- | x11-misc/vym/files/01_all_linkablemapobj-math.patch | 8 | ||||
-rw-r--r-- | x11-misc/vym/files/02_all_misc-math.patch | 7 | ||||
-rw-r--r-- | x11-misc/vym/files/digest-vym-1.7.0 | 1 | ||||
-rw-r--r-- | x11-misc/vym/vym-1.7.0.ebuild | 65 |
6 files changed, 95 insertions, 12 deletions
diff --git a/x11-misc/vym/ChangeLog b/x11-misc/vym/ChangeLog index 73f5e11c4e2e..7ca323680a17 100644 --- a/x11-misc/vym/ChangeLog +++ b/x11-misc/vym/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for x11-misc/vym # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/vym/ChangeLog,v 1.5 2005/09/17 00:51:25 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/vym/ChangeLog,v 1.6 2005/12/23 19:50:22 stuart Exp $ + +*vym-1.7.0 (23 Dec 2005) + + 23 Dec 2005; Stuart Herbert <stuart@gentoo.org> + +files/01_all_linkablemapobj-math.patch, +files/02_all_misc-math.patch, + +vym-1.7.0.ebuild: + Version bump; thanks to Boris Gruschke <boris@gruschke.de> for the updates; + see bug #94174 17 Sep 2005; Ciaran McCreesh <ciaranm@gentoo.org> ChangeLog: Converted to UTF-8, fixed encoding screwups diff --git a/x11-misc/vym/Manifest b/x11-misc/vym/Manifest index 104590c27e47..c6b9943967cc 100644 --- a/x11-misc/vym/Manifest +++ b/x11-misc/vym/Manifest @@ -1,14 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 b0921da33fa1a9737b4a05a75fb07ff6 vym-1.5.0.ebuild 1338 +MD5 f3c8e36eb9721b7e5ac32df85f0a1d38 ChangeLog 1116 MD5 71da003bb2109fed15aff6635287c6a6 metadata.xml 222 -MD5 a8db31a703280308e68ff238ef517c6b ChangeLog 850 +MD5 1d027494de6c6a9ede395f6bd408481c vym-1.7.0.ebuild 1446 MD5 8fce434ffdaec3d9f4f995d4d8f11240 files/digest-vym-1.5.0 61 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFDK2jBLLFUmVNQ7rkRAgm/AJ0f+L02mTY7tHdRcCfXuoovcun52QCdGGFr -MYDacfvSeoS3/zg8YmrWtXM= -=/meR ------END PGP SIGNATURE----- +MD5 804c86f8b5889577f645afed31c91bae files/01_all_linkablemapobj-math.patch 257 +MD5 948f4acff0959a29eecd5b98ca3c024c files/02_all_misc-math.patch 203 +MD5 7203f0001fc3aec8b75fded692d2ed4a files/digest-vym-1.7.0 61 diff --git a/x11-misc/vym/files/01_all_linkablemapobj-math.patch b/x11-misc/vym/files/01_all_linkablemapobj-math.patch new file mode 100644 index 000000000000..83663626f24b --- /dev/null +++ b/x11-misc/vym/files/01_all_linkablemapobj-math.patch @@ -0,0 +1,8 @@ +--- vym-1.7.0.orig/linkablemapobj.cpp 2005-07-31 19:52:08.000000000 +0200 ++++ vym-1.7.0/linkablemapobj.cpp 2005-07-31 19:53:13.000000000 +0200 +@@ -1,3 +1,5 @@ ++#include <math.h> ++ + #include "linkablemapobj.h" + #include "branchobj.h" + #include "mapeditor.h" diff --git a/x11-misc/vym/files/02_all_misc-math.patch b/x11-misc/vym/files/02_all_misc-math.patch new file mode 100644 index 000000000000..34c5458a0a16 --- /dev/null +++ b/x11-misc/vym/files/02_all_misc-math.patch @@ -0,0 +1,7 @@ +--- vym-1.7.0.orig/misc.cpp 2005-07-08 09:24:43.000000000 +0200 ++++ vym-1.7.0/misc.cpp 2005-07-31 19:53:57.000000000 +0200 +@@ -1,3 +1,4 @@ ++#include <math.h> + #include <qregexp.h> + #include <qpoint.h> + diff --git a/x11-misc/vym/files/digest-vym-1.7.0 b/x11-misc/vym/files/digest-vym-1.7.0 new file mode 100644 index 000000000000..a348370105cb --- /dev/null +++ b/x11-misc/vym/files/digest-vym-1.7.0 @@ -0,0 +1 @@ +MD5 f1d4ba9f5a2362a213f7ff90ad6cdfec vym-1.7.0.tar.gz 592231 diff --git a/x11-misc/vym/vym-1.7.0.ebuild b/x11-misc/vym/vym-1.7.0.ebuild new file mode 100644 index 000000000000..313ca748cbed --- /dev/null +++ b/x11-misc/vym/vym-1.7.0.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/vym/vym-1.7.0.ebuild,v 1.1 2005/12/23 19:50:22 stuart Exp $ + +inherit eutils kde-functions +need-qt 3 + +DESCRIPTION="View Your Mind -- a mindmap tool" +HOMEPAGE="http://www.insilmaril.de/vym/" +SRC_URI="mirror://sourceforge/vym/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" +DEPEND="virtual/x11 \ + >=dev-libs/expat-1.95.8 \ + >=media-libs/fontconfig-2.2.3 \ + >=media-libs/freetype-2.1.5-r1 \ + >=media-libs/jpeg-6b-r4 \ + >=media-libs/libmng-1.0.4 \ + >=media-libs/libpng-1.2.7 \ + >=sys-devel/gcc-3.3.4-r1 \ + >=sys-libs/glibc-2.3.4.20040808-r1 \ + >=sys-libs/zlib-1.2.1-r3 \ + >=x11-libs/qt-3.3.3 \ + dev-lang/perl" + +src_unpack() { + unpack ${A} + + cd ${S} + + epatch ${FILESDIR}/01_all_linkablemapobj-math.patch + epatch ${FILESDIR}/02_all_misc-math.patch +} + +src_compile() { + + ${QTDIR}/bin/qmake -o Makefile vym.pro + emake || die "emake failed" + + # we don't build the pdf, because texi2pdf chokes on the .tex source + # atm +} + +src_install() { + dobin vym + dobin scripts/exportvym + dobin scripts/vym2html.sh + dobin scripts/vym2txt.sh + + dodoc demos/liveform.vym + dodoc demos/time-management.vym + dodoc demos/todo.vym + + insinto /usr/share/${PN}/styles + for x in `echo styles/*` ; do + doins $x + done + + insinto /usr/share/${PN}/styles/wiki + for x in `echo styles/wiki/*` ; do + doins $x + done +} |