summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2015-03-17 03:42:26 +0000
committerPatrick Lauer <patrick@gentoo.org>2015-03-17 03:42:26 +0000
commit7c6a3c4dba2c311f197b2cabeae87c92a26fa883 (patch)
tree2a31172b1e84e967f6f9f14b03a8f57e682106ed /net-irc/quassel
parentInitial commit, ebuild by me (diff)
downloadgentoo-2-7c6a3c4dba2c311f197b2cabeae87c92a26fa883.tar.gz
gentoo-2-7c6a3c4dba2c311f197b2cabeae87c92a26fa883.tar.bz2
gentoo-2-7c6a3c4dba2c311f197b2cabeae87c92a26fa883.zip
Whitespace
(Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-irc/quassel')
-rw-r--r--net-irc/quassel/ChangeLog5
-rw-r--r--net-irc/quassel/quassel-0.12_rc1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-irc/quassel/ChangeLog b/net-irc/quassel/ChangeLog
index 29cffd4a147a..513d3ea9b247 100644
--- a/net-irc/quassel/ChangeLog
+++ b/net-irc/quassel/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/quassel
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/ChangeLog,v 1.194 2015/03/14 13:21:22 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/ChangeLog,v 1.195 2015/03/17 03:42:26 patrick Exp $
+
+ 17 Mar 2015; Patrick Lauer <patrick@gentoo.org> quassel-0.12_rc1.ebuild:
+ Whitespace
14 Mar 2015; Manuel Rüger <mrueg@gentoo.org> quassel-0.12_rc1.ebuild:
Fix build.
diff --git a/net-irc/quassel/quassel-0.12_rc1.ebuild b/net-irc/quassel/quassel-0.12_rc1.ebuild
index e3b4871fcf67..0660680211b5 100644
--- a/net-irc/quassel/quassel-0.12_rc1.ebuild
+++ b/net-irc/quassel/quassel-0.12_rc1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-0.12_rc1.ebuild,v 1.2 2015/03/14 13:19:08 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-0.12_rc1.ebuild,v 1.3 2015/03/17 03:42:26 patrick Exp $
EAPI=5
@@ -11,7 +11,7 @@ EGIT_REPO_URI="git://git.quassel-irc.org/quassel"
DESCRIPTION="Qt/KDE IRC client supporting a remote daemon for 24/7 connectivity"
HOMEPAGE="http://quassel-irc.org/"
-[[ "${PV}" == "9999" ]] || SRC_URI="http://quassel-irc.org/pub/${P/_/-}.tar.bz2
+[[ "${PV}" == "9999" ]] || SRC_URI="http://quassel-irc.org/pub/${P/_/-}.tar.bz2
https://github.com/quassel/quassel/commit/32c0bb666209932d7540c22ddc393fd4550d5418.patch -> quassel-0.12_rc1-fix-ftbfs.patch"
LICENSE="GPL-3"