public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in eclass: sword-module.eclass
@ 2008-02-23 17:09 Steve Dibb (beandog)
  0 siblings, 0 replies; 2+ messages in thread
From: Steve Dibb (beandog) @ 2008-02-23 17:09 UTC (permalink / raw
  To: gentoo-commits

beandog     08/02/23 17:09:48

  Added:                sword-module.eclass
  Log:
  initial commit

Revision  Changes    Path
1.1                  eclass/sword-module.eclass

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/sword-module.eclass?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/sword-module.eclass?rev=1.1&content-type=text/plain

Index: sword-module.eclass
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/eclass/sword-module.eclass,v 1.1 2008/02/23 17:09:47 beandog Exp $

#
# eclass to simplify installation of Sword modules
# Bugs to theology@gentoo.org
#

HOMEPAGE="http://www.crosswire.org/sword/modules/"

# Sword packages are generally released as FooBar.zip in their 'rawzip' form
# The files are also unversioned, so the packager will need to rename the
# original file to something else and host it somewhere to avoid breaking
# the digest when new versions are released.

SRC_URI="mirror://gentoo/${SWORD_MODULE}-${PV}.zip"

SLOT="0"
IUSE=""

S="${WORKDIR}"

RDEPEND="app-text/sword
	!app-text/sword-modules"
DEPEND="app-arch/unzip"

sword-module_src_install() {
	insinto /usr/share/sword/modules
	doins -r "${S}"/modules/*
	insinto /usr/share/sword/mods.d
	doins "${S}"/mods.d/*
}

EXPORT_FUNCTIONS src_install



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in eclass: sword-module.eclass
@ 2009-05-29 18:46 Steve Dibb (beandog)
  0 siblings, 0 replies; 2+ messages in thread
From: Steve Dibb (beandog) @ 2009-05-29 18:46 UTC (permalink / raw
  To: gentoo-commits

beandog     09/05/29 18:46:24

  Modified:             sword-module.eclass
  Log:
  Update sword-module deps, bug 261514

Revision  Changes    Path
1.2                  eclass/sword-module.eclass

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/sword-module.eclass?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/sword-module.eclass?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/sword-module.eclass?r1=1.1&r2=1.2

Index: sword-module.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/sword-module.eclass,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sword-module.eclass	23 Feb 2008 17:09:47 -0000	1.1
+++ sword-module.eclass	29 May 2009 18:46:24 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/sword-module.eclass,v 1.1 2008/02/23 17:09:47 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/sword-module.eclass,v 1.2 2009/05/29 18:46:24 beandog Exp $
 
 #
 # eclass to simplify installation of Sword modules
@@ -21,8 +21,7 @@
 
 S="${WORKDIR}"
 
-RDEPEND="app-text/sword
-	!app-text/sword-modules"
+RDEPEND="app-text/sword"
 DEPEND="app-arch/unzip"
 
 sword-module_src_install() {






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-05-29 18:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-29 18:46 [gentoo-commits] gentoo-x86 commit in eclass: sword-module.eclass Steve Dibb (beandog)
  -- strict thread matches above, loose matches on Subject: below --
2008-02-23 17:09 Steve Dibb (beandog)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox