Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 379189 - x11-misc/vym-1.13.36 released
Summary: x11-misc/vym-1.13.36 released
Status: RESOLVED DUPLICATE of bug 353402
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: Normal enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL: https://sourceforge.net/projects/vym/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-14 18:25 UTC by riepernet
Modified: 2011-08-15 02:04 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description riepernet 2011-08-14 18:25:57 UTC
the vym version in portage is rather old, there is a new one available.


Reproducible: Always

Actual Results:  
vym version 1.12.7 gets emerged

Expected Results:  
vym version 1.13.36 gets emerged

did a quick, successful test from local portage overlay with this ebuild:

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/vym/vym-1.12.7.ebuild,v 1.1 2010/08/26 09:17:29 xarthisius Exp $

EAPI=2
inherit eutils qt4-r2

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=""

DEPEND="x11-libs/qt-gui:4[qt3support]
        x11-libs/qt-sql:4[qt3support]"
RDEPEND="${DEPEND}
        x11-libs/libX11
        x11-libs/libXext"

src_prepare() {
        qt4-r2_src_prepare

        # Change installation directory and demo path
        sed -i \
                -e "s@/usr/local@/usr@g" \
                -e "s@doc/packages/vym@doc/${PF}@g" \
                vym.pro || die "sed failed"
}

src_install() {
        # Remove stripping stuff
        sed -i "/-strip/d" Makefile || die "sed failed"

        DOCS="README.txt"
        qt4-r2_src_install

        make_desktop_entry vym vym /usr/share/vym/icons/vym.png Education
}
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2011-08-15 02:04:55 UTC

*** This bug has been marked as a duplicate of bug 353402 ***