From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JSxsk-00044X-Ib for garchives@archives.gentoo.org; Sat, 23 Feb 2008 17:09:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9391E064F; Sat, 23 Feb 2008 17:09:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A53D5E064F for ; Sat, 23 Feb 2008 17:09:49 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 44B6A656FD for ; Sat, 23 Feb 2008 17:09:49 +0000 (UTC) Received: from beandog by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JSxsi-0007RR-4I for gentoo-commits@lists.gentoo.org; Sat, 23 Feb 2008 17:09:48 +0000 From: "Steve Dibb (beandog)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, beandog@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: sword-module.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: sword-module.eclass X-VCS-Directories: eclass X-VCS-Committer: beandog X-VCS-Committer-Name: Steve Dibb Content-Type: text/plain; charset=utf8 Message-Id: Sender: Steve Dibb Date: Sat, 23 Feb 2008 17:09:48 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 0b167480-f798-44f7-8811-00567a88ccf9 X-Archives-Hash: 1bf773a31d07af838ae6c02a6f9a442e 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-modul= e.eclass?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/sword-modul= e.eclass?rev=3D1.1&content-type=3Dtext/plain Index: sword-module.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D # 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=3D"http://www.crosswire.org/sword/modules/" # Sword packages are generally released as FooBar.zip in their 'rawzip' f= orm # 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=3D"mirror://gentoo/${SWORD_MODULE}-${PV}.zip" SLOT=3D"0" IUSE=3D"" S=3D"${WORKDIR}" RDEPEND=3D"app-text/sword !app-text/sword-modules" DEPEND=3D"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 --=20 gentoo-commits@lists.gentoo.org mailing list