commit:     6059d20b67af712842f1bc09f290f632e495cd79
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 12 06:56:57 2015 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Nov 12 06:57:16 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6059d20b

x11-misc/xpad: Version bump (bug #565528 by Jonas Stein).

Package-Manager: portage-2.2.24

 x11-misc/xpad/Manifest                           |  1 +
 x11-misc/xpad/files/xpad-4.1-glib_includes.patch | 14 ---------
 x11-misc/xpad/xpad-4.5.0.ebuild                  | 37 ++++++++++++++++++++++++
 3 files changed, 38 insertions(+), 14 deletions(-)

diff --git a/x11-misc/xpad/Manifest b/x11-misc/xpad/Manifest
index ccda068..f89fc76 100644
--- a/x11-misc/xpad/Manifest
+++ b/x11-misc/xpad/Manifest
@@ -1 +1,2 @@
 DIST xpad-4.2.tar.bz2 244275 SHA256 
d51b0e5f813a790ca55c3a0390650cbe1c567407e0f224b8b23c6f49403ea813 SHA512 
4d619c9198198f4380d37b29243b76069c0e036fd30d7c6e2aa9105e8b7b1e0520c0c35fbf71f6cbd58be4a8799ddb04602694971cb46f70789b732eaa4d59b7
 WHIRLPOOL 
69166df7b1dd9be00115a13e2b9dcdb17a2bc7926e285cf2a9aee1ade9e1bb0d3fd19fc98e4c131510aa4f66332394676fb083019e3c02a8a399b76919e499d5
+DIST xpad-4.5.0.tar.bz2 1907957 SHA256 
f870cefc92593febf266bb0f90ceb0feeb4af7eb1033625fca50933701a7b9e8 SHA512 
b12f35dc2f7b05a233d293cd837f0cd549c00e1ae6f7b4b9eeb48347b4605dc66d9c261fd3475f25189bef1d46917c8281ec088e2d441a182a9a8c356d75ac87
 WHIRLPOOL 
1c2bf4041560c66c118fb1dbd5077b8d70ba628ad3e149915b25709d6325c10f3820fab46fe1a6c18d7b74e3a706aece80f1242be5c54a19167a7de74d365cde

diff --git a/x11-misc/xpad/files/xpad-4.1-glib_includes.patch 
b/x11-misc/xpad/files/xpad-4.1-glib_includes.patch
deleted file mode 100644
index 752e9ca..0000000
--- a/x11-misc/xpad/files/xpad-4.1-glib_includes.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Description: Don't directly include glib2 header files.
-Author: Kyrill Detinov <[email protected]>
-Index: src/xpad-undo.c
-===================================================================
---- a/src/xpad-undo.c
-+++ b/src/xpad-undo.c
-@@ -23,7 +23,6 @@ Foundation, Inc., 59 Temple Place, Suite
- #include "../config.h"
- #include <stdlib.h>
- #include <glib.h>
--#include <glib/glist.h>
- #include "xpad-undo.h"
- #include "xpad-text-buffer.h"
- 

diff --git a/x11-misc/xpad/xpad-4.5.0.ebuild b/x11-misc/xpad/xpad-4.5.0.ebuild
new file mode 100644
index 0000000..c211513
--- /dev/null
+++ b/x11-misc/xpad/xpad-4.5.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit versionator
+
+XPAD_MAJOR_MINOR=$(get_version_component_range 1-2)
+
+DESCRIPTION="a sticky note application for jotting down things to remember"
+HOMEPAGE="http://mterry.name/xpad";
+SRC_URI="https://launchpad.net/${PN}/trunk/${XPAD_MAJOR_MINOR}/+download/${P}.tar.bz2";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-fbsd"
+
+RDEPEND="
+       >=dev-libs/glib-2.40:2
+       app-accessibility/at-spi2-atk
+       dev-libs/atk
+       sys-devel/gettext
+       x11-libs/gdk-pixbuf
+       x11-libs/gtk+:3
+       x11-libs/gtksourceview:3.0
+       x11-libs/libICE
+       x11-libs/libSM
+       x11-libs/pango
+"
+DEPEND="
+       ${RDEPEND}
+       >=dev-util/intltool-0.31
+       sys-devel/gettext
+       virtual/pkgconfig
+"
+
+DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )

Reply via email to