commit: 879c0c80fb534e73606f876a9f4a7b85be2fdf06
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 22 10:20:34 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 10:20:34 2015 +0000
URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=879c0c80
app-misc/xd: Version Bump
Package-Manager: portage-2.2.21
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
app-misc/xd/{xd-3.10.2.ebuild => xd-3.23.01.ebuild} | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/app-misc/xd/xd-3.10.2.ebuild b/app-misc/xd/xd-3.23.01.ebuild
similarity index 79%
rename from app-misc/xd/xd-3.10.2.ebuild
rename to app-misc/xd/xd-3.23.01.ebuild
index 6d54b4e..d9681b8 100644
--- a/app-misc/xd/xd-3.10.2.ebuild
+++ b/app-misc/xd/xd-3.23.01.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
DESCRIPTION="eXtra fast Directory changer"
-HOMEPAGE="http://xd-home.sourceforge.net/"
+HOMEPAGE="https://fbb-git.github.io/xd/"
# Note: Upstreamm is a Debian dev, latest tarball not released upstream
-SRC_URI="mirror://debian/pool/main/x/${PN}/${PN}_${PV}.orig.tar.gz"
+SRC_URI="https://github.com/fbb-git/xd/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
@@ -20,6 +20,8 @@ DEPEND="
doc? ( app-doc/yodl )"
RDEPEND="${DEPEND}"
+S="${WORKDIR}"/${P}/${PN}
+
src_prepare() {
sed 's|^#include "icmake/library"$|#define COPT "--std=c++0x -Wall
'"${CXXFLAGS}"'"\n\0|' -i build \
|| die 'sed failed (file missing)'