public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergey Popov (pinkbyte)" <pinkbyte@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog leechcraft.eclass
Date: Wed,  8 May 2013 10:25:48 +0000 (UTC)	[thread overview]
Message-ID: <20130508102548.7D2402171D@flycatcher.gentoo.org> (raw)

pinkbyte    13/05/08 10:25:48

  Modified:             ChangeLog leechcraft.eclass
  Log:
  Restict supported EAPIs(due to pkg_pretend), some logic cleanup

Revision  Changes    Path
1.816                eclass/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.815
retrieving revision 1.816
diff -u -r1.815 -r1.816
--- ChangeLog	8 May 2013 08:37:40 -0000	1.815
+++ ChangeLog	8 May 2013 10:25:48 -0000	1.816
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.815 2013/05/08 08:37:40 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.816 2013/05/08 10:25:48 pinkbyte Exp $
+
+  08 May 2013; Sergey Popov <pinkbyte@gentoo.org> leechcraft.eclass:
+  Restict supported EAPIs(due to pkg_pretend), some logic cleanup
 
   08 May 2013; Tim Harder <radhermit@gentoo.org> vim.eclass:
   Fix dangling gvim manpage symlinks (bug #455480, patch by Arfrever).



1.10                 eclass/leechcraft.eclass

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

Index: leechcraft.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/leechcraft.eclass,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- leechcraft.eclass	30 Apr 2013 07:51:24 -0000	1.9
+++ leechcraft.eclass	8 May 2013 10:25:48 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/leechcraft.eclass,v 1.9 2013/04/30 07:51:24 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/leechcraft.eclass,v 1.10 2013/05/08 10:25:48 pinkbyte Exp $
 #
 # @ECLASS: leechcraft.eclass
 # @MAINTAINER:
@@ -22,8 +22,8 @@
 # Only EAPI >1 supported
 
 case ${EAPI:-0} in
-	2|3|4|5) ;;
-	0|1) die "EAPI not supported, bug ebuild mantainer" ;;
+	4|5) ;;
+	0|1|2|3) die "EAPI not supported, bug ebuild mantainer" ;;
 	*) die "Unknown EAPI, bug eclass maintainers" ;;
 esac
 
@@ -35,14 +35,8 @@
 
 	inherit git-2
 else
-	local suffix
-	if version_is_at_least 0.4.95; then
-		DEPEND="app-arch/xz-utils"
-		suffix="xz"
-	else
-		suffix="bz2"
-	fi
-	SRC_URI="mirror://sourceforge/leechcraft/leechcraft-${PV}.tar.${suffix}"
+	DEPEND="app-arch/xz-utils"
+	SRC_URI="mirror://sourceforge/leechcraft/leechcraft-${PV}.tar.xz"
 	S="${WORKDIR}/leechcraft-${PV}"
 fi
 





             reply	other threads:[~2013-05-08 10:25 UTC|newest]

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