diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-06 07:44:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-06 07:44:16 +0000 |
commit | 3e12d64656fb949b866c2e8720d9b804a20bf868 (patch) | |
tree | b2a1f4d5525b9c439a6721f94c08b9dc64852f10 /app-i18n/init-es | |
parent | version bump + patches #17336 #21017 #21444 #26023 (diff) | |
download | gentoo-2-3e12d64656fb949b866c2e8720d9b804a20bf868.tar.gz gentoo-2-3e12d64656fb949b866c2e8720d9b804a20bf868.tar.bz2 gentoo-2-3e12d64656fb949b866c2e8720d9b804a20bf868.zip |
license fix
Diffstat (limited to 'app-i18n/init-es')
-rw-r--r-- | app-i18n/init-es/init-es-0.2-r1.ebuild | 18 | ||||
-rw-r--r-- | app-i18n/init-es/init-es-0.3-r1.ebuild | 30 |
2 files changed, 16 insertions, 32 deletions
diff --git a/app-i18n/init-es/init-es-0.2-r1.ebuild b/app-i18n/init-es/init-es-0.2-r1.ebuild index 0994273e3ee9..438f34b718b0 100644 --- a/app-i18n/init-es/init-es-0.2-r1.ebuild +++ b/app-i18n/init-es/init-es-0.2-r1.ebuild @@ -1,26 +1,18 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or -# later -# $Header: /var/cvsroot/gentoo-x86/app-i18n/init-es/init-es-0.2-r1.ebuild,v 1.1 2003/06/19 16:13:05 bass Exp $ - - -S=${WORKDIR}/${P} - -LICENSE="GPL-2" - -KEYWORDS="~x86 ~ppc ~alpha ~sparc" +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/init-es/init-es-0.2-r1.ebuild,v 1.2 2003/08/06 07:44:16 vapier Exp $ DESCRIPTION="Traductor de mensajes de inicio (init)" +HOMEPAGE="http://projects.frikis.org/" SRC_URI="http://projects.frikis.org/gentoo/init-es/programa/${P}.tar.bz2" -HOMEPAGE="http://projects.frikis.org" -IUSE="" +LICENSE="GPL-2" SLOT="0" +KEYWORDS="~x86 ~ppc ~alpha ~sparc" RDEPEND="sys-apps/textutils sys-apps/sed" - src_install() { insinto /etc doins ${WORKDIR}/init-es-0.1/trad.es diff --git a/app-i18n/init-es/init-es-0.3-r1.ebuild b/app-i18n/init-es/init-es-0.3-r1.ebuild index 16b183c9bc2c..a8609e9baa91 100644 --- a/app-i18n/init-es/init-es-0.3-r1.ebuild +++ b/app-i18n/init-es/init-es-0.3-r1.ebuild @@ -1,33 +1,25 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or -# later -# $Header: /var/cvsroot/gentoo-x86/app-i18n/init-es/init-es-0.3-r1.ebuild,v 1.1 2003/06/29 00:00:31 bass Exp $ - - -S=${WORKDIR}/${P} - -LICENSE="GPL-2" - -KEYWORDS="~x86 ~ppc ~alpha ~sparc" +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/init-es/init-es-0.3-r1.ebuild,v 1.2 2003/08/06 07:44:16 vapier Exp $ DESCRIPTION="Traductor de mensajes de inicio (init)" +HOMEPAGE="http://projects.frikis.org/" SRC_URI="http://projects.frikis.org/gentoo/init-es/programa/${P}.tar.bz2" -HOMEPAGE="http://projects.frikis.org" -IUSE="" +LICENSE="GPL-2" SLOT="0" +KEYWORDS="~x86 ~ppc ~alpha ~sparc" RDEPEND="sys-apps/textutils sys-apps/sed" - src_install() { - insinto /etc - doins ${WORKDIR}/${P}/trad.es - cd ${WORKDIR}/${P}/doc - dodoc README ChangeLog - exeinto /sbin - doexe ${WORKDIR}/${P}/functions.sh + insinto /etc + doins ${WORKDIR}/${P}/trad.es + cd ${WORKDIR}/${P}/doc + dodoc README ChangeLog + exeinto /sbin + doexe ${WORKDIR}/${P}/functions.sh } pkg_preinst() { |