summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/kbibtex')
-rw-r--r--app-text/kbibtex/ChangeLog8
-rw-r--r--app-text/kbibtex/files/kbibtex-0.5-build-fix.patch11
-rw-r--r--app-text/kbibtex/kbibtex-0.5.1.ebuild (renamed from app-text/kbibtex/kbibtex-0.5.ebuild)7
3 files changed, 9 insertions, 17 deletions
diff --git a/app-text/kbibtex/ChangeLog b/app-text/kbibtex/ChangeLog
index d008a3218f71..d1ed2ead235e 100644
--- a/app-text/kbibtex/ChangeLog
+++ b/app-text/kbibtex/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-text/kbibtex
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/ChangeLog,v 1.51 2014/03/13 21:42:45 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/ChangeLog,v 1.52 2014/05/21 11:52:31 johu Exp $
+
+*kbibtex-0.5.1 (21 May 2014)
+
+ 21 May 2014; Johannes Huber <johu@gentoo.org> +kbibtex-0.5.1.ebuild,
+ -files/kbibtex-0.5-build-fix.patch, -kbibtex-0.5.ebuild:
+ Version bump, remove old.
*kbibtex-0.5 (13 Mar 2014)
diff --git a/app-text/kbibtex/files/kbibtex-0.5-build-fix.patch b/app-text/kbibtex/files/kbibtex-0.5-build-fix.patch
deleted file mode 100644
index 07253354d3ae..000000000000
--- a/app-text/kbibtex/files/kbibtex-0.5-build-fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -urN kbibtex-0.5.old/src/program/docklets/referencepreview.h kbibtex-0.5/src/program/docklets/referencepreview.h
---- kbibtex-0.5.old/src/program/docklets/referencepreview.h 2013-12-29 20:06:23.000000000 +0100
-+++ kbibtex-0.5/src/program/docklets/referencepreview.h 2014-03-13 22:31:38.456418630 +0100
-@@ -23,6 +23,7 @@
-
- #include <QWidget>
- #include <QUrl>
-+#include <KUrl>
-
- class Element;
- class File;
diff --git a/app-text/kbibtex/kbibtex-0.5.ebuild b/app-text/kbibtex/kbibtex-0.5.1.ebuild
index 64a7267f8cbe..c666f8e88d5f 100644
--- a/app-text/kbibtex/kbibtex-0.5.ebuild
+++ b/app-text/kbibtex/kbibtex-0.5.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/kbibtex-0.5.ebuild,v 1.1 2014/03/13 21:42:45 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/kbibtex-0.5.1.ebuild,v 1.1 2014/05/21 11:52:31 johu Exp $
EAPI=5
@@ -12,8 +12,7 @@ if [[ ${PV} != *9999* ]]; then
SRC_URI="http://download.gna.org/${PN}/$(get_version_component_range 1-2)/${P/_/-}.tar.xz"
KEYWORDS="~amd64 ~x86"
else
- ESVN_REPO_URI="svn://svn.gna.org/svn/${PN}/trunk"
- ESVN_PROJECT="${PN}"
+ EGIT_BRANCH="${PN}/$(get_version_component_range 1-2)"
KEYWORDS=""
fi
@@ -30,6 +29,4 @@ DEPEND="
RDEPEND="${DEPEND}
dev-tex/bibtex2html"
-PATCHES=( "${FILESDIR}/${P}-build-fix.patch" )
-
S=${WORKDIR}/${P/_/-}