Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 515030 - sys-cluster/crmsh-2.0.0 shouldn't fetch from git
Summary: sys-cluster/crmsh-2.0.0 shouldn't fetch from git
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High QA (vote)
Assignee: Gentoo Cluster Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-25 05:58 UTC by Patrick Lauer
Modified: 2014-10-08 10:03 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Lauer gentoo-dev 2014-06-25 05:58:27 UTC
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/crmsh/crmsh-2.0.0.ebuild,v 1.2 2014/06/25 05:56:40 patrick Exp $

EAPI=5

PYTHON_COMPAT=( python{2_6,2_7} )

AUTOTOOLS_AUTORECONF=true

EGIT_REPO_URI="git://github.com/crmsh/crmsh"
if [[ ${PV} == *9999 ]]; then
        KEYWORDS=""
else
        EGIT_COMMIT="${PV}"
        #KEYWORDS="~amd64 ~hppa ~x86"
        # QA: No keywords for ebuilds that fetch from VCS
        KEYWORDS=""
fi
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-09-25 18:04:48 UTC
What is going on here?
Comment 2 Ultrabug gentoo-dev 2014-10-08 10:03:07 UTC
Alright, I bumped, removed the offending ebuild and made the neccesary adjustments. I hope this is good for you now.

Cheers

+*crmsh-2.1.0 (08 Oct 2014)
+
+  08 Oct 2014; Ultrabug <ultrabug@gentoo.org> -crmsh-2.0.0.ebuild,
+  +crmsh-2.1.0.ebuild:
+  version bump, drop invalid fix #515030
+