summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-06-01 03:51:56 +0000
committerZac Medico <zmedico@gentoo.org>2012-06-01 03:51:56 +0000
commitbb04f65cb39ade679a393fc15f8174e2f483a3d7 (patch)
tree61680248284d2072485396ef93fd8843172d1567 /net-irc
parentinherit user for enewuser (diff)
downloadgentoo-2-bb04f65cb39ade679a393fc15f8174e2f483a3d7.tar.gz
gentoo-2-bb04f65cb39ade679a393fc15f8174e2f483a3d7.tar.bz2
gentoo-2-bb04f65cb39ade679a393fc15f8174e2f483a3d7.zip
tweak inherits so repoman can parse them, and inherit user for enewgroup and enewuser
(Portage version: 2.2.0_alpha108_p12/cvs/Linux i686)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/quassel/ChangeLog7
-rw-r--r--net-irc/quassel/quassel-0.8.0.ebuild8
-rw-r--r--net-irc/quassel/quassel-9999.ebuild8
3 files changed, 14 insertions, 9 deletions
diff --git a/net-irc/quassel/ChangeLog b/net-irc/quassel/ChangeLog
index 39a9d8328554..c45fda330802 100644
--- a/net-irc/quassel/ChangeLog
+++ b/net-irc/quassel/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-irc/quassel
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/ChangeLog,v 1.139 2012/05/24 13:59:18 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/ChangeLog,v 1.140 2012/06/01 03:51:56 zmedico Exp $
+
+ 01 Jun 2012; Zac Medico <zmedico@gentoo.org> quassel-0.8.0.ebuild,
+ quassel-9999.ebuild:
+ tweak inherits so repoman can parse them, and inherit user for enewgroup and
+ enewuser
24 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> -quassel-0.7.3.ebuild:
Remove older version. Why the heck stabling on amd64 and x86 was not
diff --git a/net-irc/quassel/quassel-0.8.0.ebuild b/net-irc/quassel/quassel-0.8.0.ebuild
index 55b8d58fe407..1da2926bda8e 100644
--- a/net-irc/quassel/quassel-0.8.0.ebuild
+++ b/net-irc/quassel/quassel-0.8.0.ebuild
@@ -1,18 +1,18 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-0.8.0.ebuild,v 1.3 2012/05/17 07:14:15 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-0.8.0.ebuild,v 1.4 2012/06/01 03:51:56 zmedico Exp $
EAPI=4
+inherit cmake-utils eutils pax-utils user versionator
+
EGIT_REPO_URI="git://git.quassel-irc.org/quassel.git"
EGIT_BRANCH="master"
-[[ "${PV}" == "9999" ]] && GIT_ECLASS="git-2"
+[[ "${PV}" == "9999" ]] && inherit git-2
QT_MINIMAL="4.6.0"
KDE_MINIMAL="4.4"
-inherit cmake-utils eutils pax-utils versionator ${GIT_ECLASS}
-
DESCRIPTION="Qt4/KDE4 IRC client suppporting a remote daemon for 24/7 connectivity."
HOMEPAGE="http://quassel-irc.org/"
[[ "${PV}" == "9999" ]] || SRC_URI="http://quassel-irc.org/pub/${P/_/-}.tar.bz2"
diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-9999.ebuild
index 5bf07a88cc6b..af082679ec24 100644
--- a/net-irc/quassel/quassel-9999.ebuild
+++ b/net-irc/quassel/quassel-9999.ebuild
@@ -1,18 +1,18 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-9999.ebuild,v 1.62 2012/03/31 11:20:35 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-9999.ebuild,v 1.63 2012/06/01 03:51:56 zmedico Exp $
EAPI=4
+inherit cmake-utils eutils pax-utils user versionator
+
EGIT_REPO_URI="git://git.quassel-irc.org/quassel.git"
EGIT_BRANCH="master"
-[[ "${PV}" == "9999" ]] && GIT_ECLASS="git-2"
+[[ "${PV}" == "9999" ]] && inherit git-2
QT_MINIMAL="4.6.0"
KDE_MINIMAL="4.4"
-inherit cmake-utils eutils pax-utils versionator ${GIT_ECLASS}
-
DESCRIPTION="Qt4/KDE4 IRC client suppporting a remote daemon for 24/7 connectivity."
HOMEPAGE="http://quassel-irc.org/"
[[ "${PV}" == "9999" ]] || SRC_URI="http://quassel-irc.org/pub/${P/_/-}.tar.bz2"