summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-05-11 14:24:36 +0000
committerSamuli Suominen <drac@gentoo.org>2008-05-11 14:24:36 +0000
commit5c6501577ae9c9479d50ac53e6196d45530fa6da (patch)
tree6ab1e3002865ed239f7a85592b41713e84a8c2ee /x11-misc/zim
parentfix zim use flags. (diff)
downloadgentoo-2-5c6501577ae9c9479d50ac53e6196d45530fa6da.tar.gz
gentoo-2-5c6501577ae9c9479d50ac53e6196d45530fa6da.tar.bz2
gentoo-2-5c6501577ae9c9479d50ac53e6196d45530fa6da.zip
Move from gnome-extra
(Portage version: 2.1.5_rc7)
Diffstat (limited to 'x11-misc/zim')
-rw-r--r--x11-misc/zim/ChangeLog30
-rw-r--r--x11-misc/zim/Manifest5
-rw-r--r--x11-misc/zim/files/zim-0.20-disable-update-desktop-database.patch13
-rw-r--r--x11-misc/zim/metadata.xml9
-rw-r--r--x11-misc/zim/zim-0.23.ebuild46
5 files changed, 103 insertions, 0 deletions
diff --git a/x11-misc/zim/ChangeLog b/x11-misc/zim/ChangeLog
new file mode 100644
index 000000000000..ccd4a7dc7ad7
--- /dev/null
+++ b/x11-misc/zim/ChangeLog
@@ -0,0 +1,30 @@
+# ChangeLog for gnome-extra/zim
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/zim/ChangeLog,v 1.1 2008/05/11 14:24:35 drac Exp $
+
+*zim-0.23 (25 Apr 2008)
+
+ 25 Apr 2008; Samuli Suominen <drac@gentoo.org> -zim-0.17.ebuild,
+ +zim-0.23.ebuild:
+ Version bump for bug 209112, thanks to René Neumann.
+
+*zim-0.20 (27 Sep 2007)
+
+ 27 Sep 2007; Samuli Suominen <drac@gentoo.org>
+ +files/zim-0.20-disable-update-desktop-database.patch, +zim-0.20.ebuild:
+ Version bump wrt #188714, thanks to Chris Mayo for reporting.
+
+*zim-0.17 (27 Feb 2007)
+
+ 27 Feb 2007; Steev Klimaszewski <steev@gentoo.org> -zim-0.16.ebuild,
+ +zim-0.17.ebuild:
+ New upstream release, fix perl dependencies, add ~amd64 keyword, closes bug
+ #168005 (Thanks to Balint Dobai-Pataky <dpblnt@gmail.com> for reporting) and
+ also closes bug #157683 (Thanks to Jakub Moc <jakub@gentoo.org> for reporting)
+
+*zim-0.16 (10 Sep 2006)
+
+ 10 Sep 2006; Steev Klimaszewski <steev@gentoo.org> +Changelog,
+ +metadata.xml, +zim-0.16.ebuild:
+ Initial import. Finally closes bug #112957
+
diff --git a/x11-misc/zim/Manifest b/x11-misc/zim/Manifest
new file mode 100644
index 000000000000..e9fd06a11c6a
--- /dev/null
+++ b/x11-misc/zim/Manifest
@@ -0,0 +1,5 @@
+AUX zim-0.20-disable-update-desktop-database.patch 430 RMD160 b637fe0c857a49b03c06161152aacf7cbdbe1f31 SHA1 91e683e8f201ff7fab19f42842c45a419308f058 SHA256 db421d2df42bc9f45f0cd4cceba4da851dce57b7cc479ef7c5e640ee991a7cfc
+DIST Zim-0.23.tar.gz 461917 RMD160 7440cf787d23c6df27d4c97480f5ac272687f2ed SHA1 ce981952aba6548ddb0d7c9cc5c42fe7f2ccaf24 SHA256 8375494d71222ab73865123ef9065be83ddba86e843fa388df21d7d392b14088
+EBUILD zim-0.23.ebuild 1187 RMD160 c30c5d5c2ba816324da7039734d03b2a5b50191a SHA1 31287dbc10eb7a10f8fab6c9e5ba88e581d262e2 SHA256 499e336af4e21f824d0525ed7aff6e162fd8a21d8a116f34759cc7af7d094203
+MISC ChangeLog 1111 RMD160 9a66a92bb48a563285b17db43234248855a918ff SHA1 85674b76c3f613322bf5469dbdf8b3e03db747a3 SHA256 9f3718b87d22bd540fa25bc8b4c47704a7e9f5ba3cd3d793c595beb77af7789e
+MISC metadata.xml 699 RMD160 6dfffa9c87b78439f43bfe14881d1aa69a7e030b SHA1 7cde14f22afddfb795bd65986b917472ac639a07 SHA256 4d20373720f89e31a3b6af5f0036e0880dca8e3cb9f836b653145fe749b86e17
diff --git a/x11-misc/zim/files/zim-0.20-disable-update-desktop-database.patch b/x11-misc/zim/files/zim-0.20-disable-update-desktop-database.patch
new file mode 100644
index 000000000000..0ff1f905f246
--- /dev/null
+++ b/x11-misc/zim/files/zim-0.20-disable-update-desktop-database.patch
@@ -0,0 +1,13 @@
+diff -ur Zim-0.20.orig/Build.PL Zim-0.20/Build.PL
+--- Zim-0.20.orig/Build.PL 2007-08-19 14:42:43.000000000 +0300
++++ Zim-0.20/Build.PL 2007-09-27 21:49:32.000000000 +0300
+@@ -79,9 +79,6 @@
+ }
+
+ $self->SUPER::ACTION_install(@_);
+-
+- print "Trying to run 'update-desktop-database' ... ";
+- print system('update-desktop-database') ? "Failed\n" : "Ok\n";
+ }
+
+ sub install_base_relative { # define install base path for share data
diff --git a/x11-misc/zim/metadata.xml b/x11-misc/zim/metadata.xml
new file mode 100644
index 000000000000..c8ecde9a90b5
--- /dev/null
+++ b/x11-misc/zim/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>desktop-misc</herd>
+ <longdescription lang="en">
+ Zim is a WYSIWYG text editor written in Gtk2-Perl which aims to bring the concept of a wiki to your desktop. Every page is saved as a text file with wiki markup. Pages can contain links to other pages, and are saved automatically. Creating a new page is as easy as linking to a non-existing page. Pages are ordered in a hierarchical structure that gives it the look and feel of an outliner. This tool is intended to keep track of TODO lists or to serve as a personal scratch book.
+ </longdescription>
+</pkgmetadata>
+
diff --git a/x11-misc/zim/zim-0.23.ebuild b/x11-misc/zim/zim-0.23.ebuild
new file mode 100644
index 000000000000..5df1722ae01c
--- /dev/null
+++ b/x11-misc/zim/zim-0.23.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/zim/zim-0.23.ebuild,v 1.1 2008/05/11 14:24:35 drac Exp $
+
+EAPI=1
+
+inherit fdo-mime perl-module
+
+MY_P=${P/z/Z}
+
+DESCRIPTION="A desktop wiki"
+HOMEPAGE="http://pardus-larus.student.utwente.nl/~pardus/projects/zim"
+SRC_URI="http://pardus-larus.student.utwente.nl/~pardus/downloads/Zim/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="latex screenshot spell +trayicon"
+
+RDEPEND=">=dev-lang/perl-5.8
+ >=x11-libs/gtk+-2.4
+ virtual/perl-Storable
+ virtual/perl-File-Spec
+ >=dev-perl/File-BaseDir-0.03
+ >=dev-perl/File-MimeInfo-0.12
+ >=dev-perl/File-DesktopEntry-0.03
+ >=dev-perl/gtk2-perl-1.040
+ latex? ( virtual/latex-base app-text/dvipng )
+ screenshot? ( media-gfx/scrot )
+ spell? ( dev-perl/gtk2-spell )
+ trayicon? ( dev-perl/gtk2-trayicon )"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${MY_P}
+
+PATCHES=( "${FILESDIR}/${PN}-0.20-disable-update-desktop-database.patch" )
+
+pkg_postinst() {
+ perl-module_pkg_postinst
+ fdo-mime_desktop_database_update
+}
+
+pkg_postrm() {
+ perl-module_pkg_postrm
+ fdo-mime_desktop_database_update
+}