diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-03-19 18:36:00 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-03-19 18:36:00 +0000 |
commit | 591f0f6ede30b23e402fb74972e605e41ef74a6b (patch) | |
tree | f00173776fda45c508be141fcbdda9f3f610fc7a /x11-misc/vym | |
parent | Version bumped. New patchset can use bigpatch+subtitles, Bug #168189. Only pr... (diff) | |
download | gentoo-2-591f0f6ede30b23e402fb74972e605e41ef74a6b.tar.gz gentoo-2-591f0f6ede30b23e402fb74972e605e41ef74a6b.tar.bz2 gentoo-2-591f0f6ede30b23e402fb74972e605e41ef74a6b.zip |
punt old version
(Portage version: 2.1.2.2)
Diffstat (limited to 'x11-misc/vym')
-rw-r--r-- | x11-misc/vym/files/digest-vym-1.8.0 | 3 | ||||
-rw-r--r-- | x11-misc/vym/vym-1.8.0.ebuild | 55 |
2 files changed, 0 insertions, 58 deletions
diff --git a/x11-misc/vym/files/digest-vym-1.8.0 b/x11-misc/vym/files/digest-vym-1.8.0 deleted file mode 100644 index c6b9317b7051..000000000000 --- a/x11-misc/vym/files/digest-vym-1.8.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 92e14b049b982f1add66849ce75f6cf0 vym-1.8.0.tar.gz 1374428 -RMD160 beb98f9c308bef87706b239823081e64d1777e5d vym-1.8.0.tar.gz 1374428 -SHA256 20b793653e661f84dd9a41fd1a88e52ad75beafe762b2db413d099a4d6d2b74c vym-1.8.0.tar.gz 1374428 diff --git a/x11-misc/vym/vym-1.8.0.ebuild b/x11-misc/vym/vym-1.8.0.ebuild deleted file mode 100644 index 55f11c08361e..000000000000 --- a/x11-misc/vym/vym-1.8.0.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/vym/vym-1.8.0.ebuild,v 1.1 2006/07/11 07:18:29 stuart Exp $ - -inherit eutils qt3 - -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="$(qt_min_version 3.3.3) - dev-lang/perl" -RDEPEND="${DEPEND} - || ( ( x11-libs/libX11 - x11-libs/libXext ) - virtual/x11 )" - -src_unpack() { - unpack ${A} - - cd ${S} - # create the makefile - ${QTDIR}/bin/qmake -o Makefile vym.pro - # strip out the binary stripping support - epatch ${FILESDIR}/50_Makefile-1.8.0.patch -} - -src_compile() { - emake || die "emake failed" - - # we don't build the pdf, because texi2pdf chokes on the .tex source - # atm -} - -src_install() { - make INSTALL_ROOT=${D} install || die - return - - 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 -} |