public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maxim Koltsov (maksbotan)" <maksbotan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog leechcraft.eclass
Date: Thu, 15 Dec 2011 20:04:04 +0000 (UTC)	[thread overview]
Message-ID: <20111215200404.031D32004B@flycatcher.gentoo.org> (raw)

maksbotan    11/12/15 20:04:03

  Modified:             ChangeLog leechcraft.eclass
  Log:
  Update leechcraft eclass to new filename suffix

Revision  Changes    Path
1.44                 eclass/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	14 Dec 2011 19:57:20 -0000	1.43
+++ ChangeLog	15 Dec 2011 20:04:03 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.43 2011/12/14 19:57:20 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.44 2011/12/15 20:04:03 maksbotan Exp $
+
+  15 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> leechcraft.eclass:
+  Update leechcraft eclass to new filename suffix
 
   14 Dec 2011; Alexandre Rostovtsev <tetromino@gentoo.org> gnome2-utils.eclass,
   gnome2.eclass:



1.3                  eclass/leechcraft.eclass

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/leechcraft.eclass?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/leechcraft.eclass?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/leechcraft.eclass?r1=1.2&r2=1.3

Index: leechcraft.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/leechcraft.eclass,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- leechcraft.eclass	22 Aug 2011 18:20:34 -0000	1.2
+++ leechcraft.eclass	15 Dec 2011 20:04:03 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/leechcraft.eclass,v 1.2 2011/08/22 18:20:34 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/leechcraft.eclass,v 1.3 2011/12/15 20:04:03 maksbotan Exp $
 #
 # @ECLASS: leechcraft.eclass
 # @MAINTAINER:
@@ -27,7 +27,7 @@
 	*) die "Unknown EAPI, bug eclass maintainers" ;;
 esac
 
-inherit cmake-utils
+inherit cmake-utils versionator
 
 if [[ ${PV} == 9999 ]]; then
 	EGIT_REPO_URI="git://github.com/0xd34df00d/leechcraft.git"
@@ -35,7 +35,13 @@
 
 	inherit git-2
 else
-	SRC_URI="mirror://sourceforge/leechcraft/leechcraft-${PV}.tar.bz2"
+	local suffix
+	if version_is_at_least 0.4.95; then
+		suffix="xz"
+	else
+		suffix="bz2"
+	fi
+	SRC_URI="mirror://sourceforge/leechcraft/leechcraft-${PV}.tar.${suffix}"
 	S="${WORKDIR}/leechcraft-${PV}"
 fi
 






             reply	other threads:[~2011-12-15 20:04 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-15 20:04 Maxim Koltsov (maksbotan) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-12-16 16:40 [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog leechcraft.eclass Maxim Koltsov (maksbotan)
2012-10-14 12:19 Sergey Popov (pinkbyte)
2013-03-09 19:52 Maxim Koltsov (maksbotan)
2013-04-30  7:51 Sergey Popov (pinkbyte)
2013-05-08 10:25 Sergey Popov (pinkbyte)
2013-09-18 13:39 Sergey Popov (pinkbyte)
2013-09-24 15:39 Maxim Koltsov (maksbotan)
2014-04-14 15:45 Maxim Koltsov (maksbotan)
2014-05-03 21:25 Sergey Popov (pinkbyte)
2014-08-03 17:08 Maxim Koltsov (maksbotan)
2015-01-11 20:40 Maxim Koltsov (maksbotan)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20111215200404.031D32004B@flycatcher.gentoo.org \
    --to=maksbotan@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox