From f4890b2732451c6c33339f4bc795e8e98d8eac02 Mon Sep 17 00:00:00 2001 From: Andreas Proschofsky Date: Wed, 24 Mar 2010 18:46:54 +0000 Subject: Bump to pdfmod 0.8.1, drops gnome-sharp dep svn path=/; revision=232 --- app-text/pdfmod/Manifest | 4 ++-- app-text/pdfmod/pdfmod-0.8.1.ebuild | 25 +++++++++++++++++++++++++ app-text/pdfmod/pdfmod-0.8.ebuild | 26 -------------------------- 3 files changed, 27 insertions(+), 28 deletions(-) create mode 100644 app-text/pdfmod/pdfmod-0.8.1.ebuild delete mode 100644 app-text/pdfmod/pdfmod-0.8.ebuild (limited to 'app-text') diff --git a/app-text/pdfmod/Manifest b/app-text/pdfmod/Manifest index 78d31f3..e10275a 100644 --- a/app-text/pdfmod/Manifest +++ b/app-text/pdfmod/Manifest @@ -1,2 +1,2 @@ -DIST pdfmod-0.8.tar.bz2 612215 RMD160 5c2680f4110f95c689c65be53875782f58fd383b SHA1 f12f344182df21220b85d8d2e0bda71a9ba775a7 SHA256 913cb15cb47ee89805c4b902bb1e31ddece555641c3521ac6525d5e0240b64ec -EBUILD pdfmod-0.8.ebuild 531 RMD160 4f42b225f7c8ce3ff56f17437d81a2372894ff95 SHA1 9c0af3cabbed8c4689fe06339c505703c2d3e3be SHA256 156755eb3d9152bbfb1ad8eb0414b21ac6de568ef53a3a001198be000cae78ab +DIST pdfmod-0.8.1.tar.bz2 615806 RMD160 697af3512071ba3a4432b4ef5ff0998b3a6b9db0 SHA1 8f8ef8ebfa9dc69d2a1e9bdaba704e9b9804468d SHA256 946915dc407eec4095669af6f47acc3f5040b7d5092432a7f57242b737c62d79 +EBUILD pdfmod-0.8.1.ebuild 501 RMD160 30c966a91a9aaed2313aef6dc148b6ce912c0c2c SHA1 9792007582b62845f1be97b2a006ed8e19ca3a44 SHA256 8828e1f970391a074322d7dd0fb8eb4edb01d52550fb3afa811ad2d60ea08409 diff --git a/app-text/pdfmod/pdfmod-0.8.1.ebuild b/app-text/pdfmod/pdfmod-0.8.1.ebuild new file mode 100644 index 0000000..448e30d --- /dev/null +++ b/app-text/pdfmod/pdfmod-0.8.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="2" + +inherit gnome2 mono + +DESCRIPTION="A simple tool for modifying PDF documents" +HOMEPAGE="http://live.gnome.org/PdfMod" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND=">=dev-lang/mono-2 + >=dev-dotnet/gtk-sharp-2.0 + >=dev-dotnet/gconf-sharp-2.0 + app-text/gnome-doc-utils + >=app-text/poppler-0.8.0 + >=dev-libs/hyena-0.2" + +RDEPEND="${DEPEND}" + +DOCS="AUTHORS NEWS README" diff --git a/app-text/pdfmod/pdfmod-0.8.ebuild b/app-text/pdfmod/pdfmod-0.8.ebuild deleted file mode 100644 index 27f13d5..0000000 --- a/app-text/pdfmod/pdfmod-0.8.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="2" - -inherit gnome2 mono - -DESCRIPTION="A simple tool for modifying PDF documents" -HOMEPAGE="http://live.gnome.org/PdfMod" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -DEPEND=">=dev-lang/mono-2 - >=dev-dotnet/gtk-sharp-2.0 - >=dev-dotnet/gconf-sharp-2.0 - >=dev-dotnet/gnome-sharp-2.0 - app-text/gnome-doc-utils - >=app-text/poppler-0.8.0 - >=dev-libs/hyena-0.2" - -RDEPEND="${DEPEND}" - -DOCS="AUTHORS NEWS README" -- cgit v1.2.3-65-gdbad