creffett 15/02/17 22:45:13 Modified: ChangeLog Added: xmind-3.5.1.201411201906.ebuild Log: Version bump (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.13 app-misc/xmind/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/xmind/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/xmind/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/xmind/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-misc/xmind/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 19 Jun 2014 14:35:00 -0000 1.12 +++ ChangeLog 17 Feb 2015 22:45:13 -0000 1.13 @@ -1,6 +1,11 @@ # ChangeLog for app-misc/xmind -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/xmind/ChangeLog,v 1.12 2014/06/19 14:35:00 creffett Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/xmind/ChangeLog,v 1.13 2015/02/17 22:45:13 creffett Exp $ + +*xmind-3.5.1.201411201906 (17 Feb 2015) + + 17 Feb 2015; <[email protected]> +xmind-3.5.1.201411201906.ebuild: + Version bump 19 Jun 2014; Chris Reffett <[email protected]> -xmind-3.3.1.201212250029.ebuild, -xmind-3.4.0.201311050558-r1.ebuild: 1.1 app-misc/xmind/xmind-3.5.1.201411201906.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/xmind/xmind-3.5.1.201411201906.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/xmind/xmind-3.5.1.201411201906.ebuild?rev=1.1&content-type=text/plain Index: xmind-3.5.1.201411201906.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-misc/xmind/xmind-3.5.1.201411201906.ebuild,v 1.1 2015/02/17 22:45:13 creffett Exp $ EAPI=5 inherit eutils multilib gnome2-utils MY_PN="${PN}-portable" MY_P="${MY_PN}-${PV}" DESCRIPTION="A brainstorming and mind mapping software tool" HOMEPAGE="http://www.xmind.net" SRC_URI="http://dl2.xmind.net/xmind-downloads/${MY_P}.zip http://dev.gentoo.org/~creffett/distfiles/xmind-icons.tar.xz" LICENSE="EPL-1.0 LGPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=" >=virtual/jre-1.5 x11-libs/gtk+:2 " S=${WORKDIR} QA_PRESTRIPPED="opt/xmind/XMind/libcairo-swt.so" QA_FLAGS_IGNORED=" opt/xmind/Commons/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120522-1813/eclipse_1502.so opt/xmind/Commons/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20120522-1813/eclipse_1502.so opt/xmind/XMind/libcairo-swt.so opt/xmind/XMind/XMind " src_configure() { if use amd64; then XDIR="XMind_Linux_64bit" else XDIR="XMind_Linux" fi mv "$XDIR" XMind || die mv XMind/.eclipseproduct Commons || die cp "${FILESDIR}"/${PN}-3.4.0-config.ini Commons/configuration || die #Combined common+linux config.ini # force data instance & config area to be at home/.xmind directory sed -i -e '/-configuration/d' \ -e '/\.\/configuration/d' \ -e '/-data/d' \ -e '/\.\.\/Commons\/data\/workspace-cathy/d' \ -e 's/\.\.\/Commons/\/opt\/xmind\/Commons/g' XMind/XMind.ini || die echo '[email protected]/.xmind/workspace-cathy' >> XMind/XMind.ini || die echo '[email protected]/.xmind/configuration-cathy' >> XMind/XMind.ini || die } src_compile() { : } src_install() { insinto /opt/xmind doins -r Commons XMind || die fperms a+rx "/opt/xmind/XMind/XMind" dodir /opt/bin exeinto /opt/bin newexe "${FILESDIR}/xmind-wrapper" xmind # install icons local res for res in 16 32 48; do newicon -s ${res} "${WORKDIR}/xmind-icons/xmind.${res}.png" xmind.png done # make desktop entry make_desktop_entry "xmind %F" XMind xmind Office "MimeType=application/x-xmind;" } pkg_preinst() { gnome2_icon_savelist } pkg_postinst() { gnome2_icon_cache_update elog "For audio notes support, install media-sound/lame" } pkg_postrm() { gnome2_icon_cache_update }
