diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 18:17:14 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 18:17:14 +0000 |
commit | 8fbb31b7b909dcab46d8b5c4695a4bce7470cff7 (patch) | |
tree | d7c367179c87e81ccbf2a4dcf1604e1576ba2155 | |
parent | Readded ~mips using -generic by default. (diff) | |
download | historical-8fbb31b7b909dcab46d8b5c4695a4bce7470cff7.tar.gz historical-8fbb31b7b909dcab46d8b5c4695a4bce7470cff7.tar.bz2 historical-8fbb31b7b909dcab46d8b5c4695a4bce7470cff7.zip |
dont install stupid COPYING file
-rw-r--r-- | app-dicts/gramadoir/gramadoir-0.2.ebuild | 21 | ||||
-rw-r--r-- | app-dicts/ispell-da/ispell-da-1.4.27.ebuild | 19 | ||||
-rw-r--r-- | app-dicts/ispell-da/ispell-da-1.4.28.ebuild | 19 | ||||
-rw-r--r-- | app-dicts/ispell-da/ispell-da-1.4.33.ebuild | 17 | ||||
-rw-r--r-- | app-dicts/ispell-da/ispell-da-1.4.35.ebuild | 17 | ||||
-rw-r--r-- | app-dicts/ispell-ga/ispell-ga-3.3.ebuild | 14 | ||||
-rw-r--r-- | app-dicts/ispell-hu/ispell-hu-0.93.ebuild | 17 | ||||
-rw-r--r-- | app-dicts/ispell-lt/ispell-lt-0.5.ebuild | 9 | ||||
-rw-r--r-- | app-dicts/ispell-pt-br/ispell-pt-br-2.4-r2.ebuild | 8 | ||||
-rw-r--r-- | app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild | 10 | ||||
-rw-r--r-- | app-dicts/pydict/pydict-0.2.5.1.ebuild | 14 |
11 files changed, 82 insertions, 83 deletions
diff --git a/app-dicts/gramadoir/gramadoir-0.2.ebuild b/app-dicts/gramadoir/gramadoir-0.2.ebuild index 62ca4898eda0..c8d86f0bda53 100644 --- a/app-dicts/gramadoir/gramadoir-0.2.ebuild +++ b/app-dicts/gramadoir/gramadoir-0.2.ebuild @@ -1,26 +1,25 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/gramadoir/gramadoir-0.2.ebuild,v 1.4 2004/04/07 10:36:30 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gramadoir/gramadoir-0.2.ebuild,v 1.5 2004/05/31 18:17:13 vapier Exp $ DESCRIPTION="An Irish language grammar checker" HOMEPAGE="http://borel.slu.edu/gramadoir/" SRC_URI="http://borel.slu.edu/gramadoir/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 alpha" IUSE="" DEPEND=">=sys-apps/gawk-3.1.3 - >=sys-apps/diffutils-2.8.4 - >=sys-apps/sed-4 - >=app-arch/gzip-1.3.3 - >=sys-devel/flex-2.5.4 - >=sys-devel/bison-1.35" - + >=sys-apps/diffutils-2.8.4 + >=sys-apps/sed-4 + >=app-arch/gzip-1.3.3 + >=sys-devel/flex-2.5.4 + >=sys-devel/bison-1.35" RDEPEND=">=app-shells/bash-2.05b - >=dev-lang/perl-5.8.0 - >=sys-apps/grep-2.5.1" + >=dev-lang/perl-5.8.0 + >=sys-apps/grep-2.5.1" src_unpack() { unpack ${A} @@ -34,5 +33,5 @@ src_compile() { src_install() { einstall libexecdir=${D}/usr/lib/gramadoir || die - dodoc README COPYING triail triail.err + dodoc README triail triail.err } diff --git a/app-dicts/ispell-da/ispell-da-1.4.27.ebuild b/app-dicts/ispell-da/ispell-da-1.4.27.ebuild index 376c35ca07b6..5c5b73ac57fb 100644 --- a/app-dicts/ispell-da/ispell-da-1.4.27.ebuild +++ b/app-dicts/ispell-da/ispell-da-1.4.27.ebuild @@ -1,25 +1,24 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ispell-da-1.4.27.ebuild,v 1.2 2004/02/22 18:24:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ispell-da-1.4.27.ebuild,v 1.3 2004/05/31 18:17:13 vapier Exp $ -S=${WORKDIR}/${P} DESCRIPTION="A danish dictionary for ispell" HOMEPAGE="http://da.speling.org/" SRC_URI="http://da.speling.org/filer/${P}.tar.gz" -DEPEND="app-text/ispell" - -SLOT="0" LICENSE="GPL-2" -KEYWORDS="ppc x86 sparc alpha mips hppa" +SLOT="0" +KEYWORDS="x86 ppc sparc mips alpha hppa" +IUSE="" + +DEPEND="app-text/ispell" src_compile() { emake || die } -src_install () { +src_install() { insinto /usr/lib/ispell doins dansk.aff dansk.hash - - dodoc COPYING Copyright README contributors + dodoc README contributors } diff --git a/app-dicts/ispell-da/ispell-da-1.4.28.ebuild b/app-dicts/ispell-da/ispell-da-1.4.28.ebuild index d97be40f8d6e..16f9a794b80e 100644 --- a/app-dicts/ispell-da/ispell-da-1.4.28.ebuild +++ b/app-dicts/ispell-da/ispell-da-1.4.28.ebuild @@ -1,25 +1,24 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ispell-da-1.4.28.ebuild,v 1.2 2004/02/22 18:24:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ispell-da-1.4.28.ebuild,v 1.3 2004/05/31 18:17:13 vapier Exp $ -S=${WORKDIR}/${P} DESCRIPTION="A danish dictionary for ispell" HOMEPAGE="http://da.speling.org/" SRC_URI="http://da.speling.org/filer/${P}.tar.gz" -DEPEND="app-text/ispell" - -SLOT="0" LICENSE="GPL-2" -KEYWORDS="ppc x86 sparc alpha mips hppa" +SLOT="0" +KEYWORDS="x86 ppc sparc mips alpha hppa" +IUSE="" + +DEPEND="app-text/ispell" src_compile() { emake || die } -src_install () { +src_install() { insinto /usr/lib/ispell doins dansk.aff dansk.hash - - dodoc COPYING Copyright README contributors + dodoc README contributors } diff --git a/app-dicts/ispell-da/ispell-da-1.4.33.ebuild b/app-dicts/ispell-da/ispell-da-1.4.33.ebuild index e73da0672f03..99432a16df3b 100644 --- a/app-dicts/ispell-da/ispell-da-1.4.33.ebuild +++ b/app-dicts/ispell-da/ispell-da-1.4.33.ebuild @@ -1,25 +1,24 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ispell-da-1.4.33.ebuild,v 1.2 2004/02/22 18:24:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ispell-da-1.4.33.ebuild,v 1.3 2004/05/31 18:17:13 vapier Exp $ -S=${WORKDIR}/${P} DESCRIPTION="A danish dictionary for ispell" HOMEPAGE="http://da.speling.org/" SRC_URI="http://da.speling.org/filer/${P}.tar.gz" -DEPEND="app-text/ispell" - -SLOT="0" LICENSE="GPL-2" -KEYWORDS="ppc x86 sparc alpha mips hppa" +SLOT="0" +KEYWORDS="x86 ppc sparc mips alpha hppa" +IUSE="" + +DEPEND="app-text/ispell" src_compile() { emake || die } -src_install () { +src_install() { insinto /usr/lib/ispell doins dansk.aff dansk.hash - - dodoc COPYING Copyright README contributors + dodoc README contributors } diff --git a/app-dicts/ispell-da/ispell-da-1.4.35.ebuild b/app-dicts/ispell-da/ispell-da-1.4.35.ebuild index 50e28acbccf9..8ba87af471c5 100644 --- a/app-dicts/ispell-da/ispell-da-1.4.35.ebuild +++ b/app-dicts/ispell-da/ispell-da-1.4.35.ebuild @@ -1,25 +1,24 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ispell-da-1.4.35.ebuild,v 1.1 2004/02/29 19:24:59 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ispell-da-1.4.35.ebuild,v 1.2 2004/05/31 18:17:13 vapier Exp $ -S=${WORKDIR}/${P} DESCRIPTION="A danish dictionary for ispell" HOMEPAGE="http://da.speling.org/" SRC_URI="http://da.speling.org/filer/${P}.tar.gz" -DEPEND="app-text/ispell" - -SLOT="0" LICENSE="GPL-2" -KEYWORDS="~ppc ~x86 ~sparc ~alpha ~mips ~hppa" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~hppa" +IUSE="" + +DEPEND="app-text/ispell" src_compile() { emake || die } -src_install () { +src_install() { insinto /usr/lib/ispell doins dansk.aff dansk.hash - - dodoc COPYING Copyright README contributors + dodoc README contributors } diff --git a/app-dicts/ispell-ga/ispell-ga-3.3.ebuild b/app-dicts/ispell-ga/ispell-ga-3.3.ebuild index 67c4822b603e..1706ca6a4cd9 100644 --- a/app-dicts/ispell-ga/ispell-ga-3.3.ebuild +++ b/app-dicts/ispell-ga/ispell-ga-3.3.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-ga/ispell-ga-3.3.ebuild,v 1.2 2004/03/14 00:50:17 mr_bones_ Exp $ - -IUSE="" +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-ga/ispell-ga-3.3.ebuild,v 1.3 2004/05/31 18:17:13 vapier Exp $ MY_P=ispell-gaeilge-${PV} @@ -11,9 +9,10 @@ DESCRIPTION="Irish dictionary for ispell" HOMEPAGE="http://borel.slu.edu/ispell/" SRC_URI="http://borel.slu.edu/ispell/${MY_P}.tar.gz" -SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc alpha hppa mips" +SLOT="0" +KEYWORDS="x86 ppc sparc mips alpha hppa" +IUSE="" DEPEND="app-text/ispell" @@ -21,9 +20,8 @@ src_compile() { emake || die } -src_install () { +src_install() { insinto /usr/lib/ispell doins gaeilge.hash gaeilge.aff - - dodoc README COPYING + dodoc README } diff --git a/app-dicts/ispell-hu/ispell-hu-0.93.ebuild b/app-dicts/ispell-hu/ispell-hu-0.93.ebuild index dab0bef2763c..70f3ea456995 100644 --- a/app-dicts/ispell-hu/ispell-hu-0.93.ebuild +++ b/app-dicts/ispell-hu/ispell-hu-0.93.ebuild @@ -1,25 +1,28 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-hu/ispell-hu-0.93.ebuild,v 1.1 2004/04/04 17:49:03 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-hu/ispell-hu-0.93.ebuild,v 1.2 2004/05/31 18:17:13 vapier Exp $ -S="${WORKDIR}/magyarispell-${PV}" DESCRIPTION="Hungarian dictionary for Ispell" -SRC_URI="http://www.szofi.hu/gnu/magyarispell/magyarispell-${PV}.tar.gz" HOMEPAGE="http://www.szofi.hu/gnu/magyarispell" +SRC_URI="http://www.szofi.hu/gnu/magyarispell/magyarispell-${PV}.tar.gz" -SLOT="0" LICENSE="GPL-2" -DEPEND="app-text/ispell" +SLOT="0" KEYWORDS="~x86" +IUSE="" + +DEPEND="app-text/ispell" + +S="${WORKDIR}/magyarispell-${PV}" src_compile() { emake all || die } -src_install () { +src_install() { dodir /usr/lib/ispell dodir /usr/bin make DESTDIR=${D} install || die - dodoc ChangeLog COPYING README GYIK + dodoc ChangeLog README GYIK } diff --git a/app-dicts/ispell-lt/ispell-lt-0.5.ebuild b/app-dicts/ispell-lt/ispell-lt-0.5.ebuild index 051263bb986f..a1f146f0acee 100644 --- a/app-dicts/ispell-lt/ispell-lt-0.5.ebuild +++ b/app-dicts/ispell-lt/ispell-lt-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-lt/ispell-lt-0.5.ebuild,v 1.9 2004/03/14 00:50:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-lt/ispell-lt-0.5.ebuild,v 1.10 2004/05/31 18:17:13 vapier Exp $ DESCRIPTION="Lithuanian dictionary for ispell" HOMEPAGE="http://ieva.mif.vu.lt/~alga/lt/ispell/" @@ -8,17 +8,18 @@ SRC_URI="http://ieva.mif.vu.lt/~alga/lt/ispell/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="ppc x86 sparc alpha mips hppa" +KEYWORDS="x86 ppc sparc mips alpha hppa" +IUSE="" DEPEND="app-text/ispell dev-lang/python" src_compile() { - make || die + emake || die } src_install() { insinto /usr/lib/ispell doins lietuviu.hash lietuviu.aff - dodoc README COPYING THANKS ChangeLog + dodoc README THANKS ChangeLog } diff --git a/app-dicts/ispell-pt-br/ispell-pt-br-2.4-r2.ebuild b/app-dicts/ispell-pt-br/ispell-pt-br-2.4-r2.ebuild index ab5768a04ff9..1cf66948d841 100644 --- a/app-dicts/ispell-pt-br/ispell-pt-br-2.4-r2.ebuild +++ b/app-dicts/ispell-pt-br/ispell-pt-br-2.4-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-pt-br/ispell-pt-br-2.4-r2.ebuild,v 1.4 2004/03/14 00:50:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-pt-br/ispell-pt-br-2.4-r2.ebuild,v 1.5 2004/05/31 18:17:13 vapier Exp $ inherit eutils @@ -14,6 +14,7 @@ SRC_URI="http://www.ime.usp.br/~ueda/br.ispell/${MY_P}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="ppc x86 sparc alpha mips hppa" +IUSE="" DEPEND="app-text/ispell sys-apps/gawk" @@ -30,7 +31,7 @@ src_compile() { make paradigmas } -src_install () { +src_install() { emake \ prefix=${D}usr \ VDIR=${D}/usr/share/dict \ @@ -38,11 +39,10 @@ src_install () { MANDIR=${D}usr/share/man \ install || die - insinto /usr/lib/ispell newins br.aff pt_BR.aff newins br.hash pt_BR.hash rm -f ${D}/usr/lib/ispell/br.* - dodoc COPYING README + dodoc README } diff --git a/app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild b/app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild index 841a5c874371..e60488fbf1d7 100644 --- a/app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild +++ b/app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild,v 1.5 2004/03/14 00:27:41 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild,v 1.6 2004/05/31 18:17:14 vapier Exp $ DESCRIPTION="The Swedish dictionary for ispell" HOMEPAGE="http://sv.speling.org" SRC_URI="http://sv.speling.org/filer/${P}.tar.gz" -SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="ppc x86 sparc alpha mips hppa" +SLOT="0" +KEYWORDS="x86 ppc sparc mips alpha hppa" IUSE="" DEPEND="app-text/ispell" @@ -21,8 +21,8 @@ src_compile() { unset TMPDIR } -src_install () { +src_install() { insinto /usr/lib/ispell doins svenska.aff svenska.hash - dodoc README contributors COPYING Copyright + dodoc README contributors } diff --git a/app-dicts/pydict/pydict-0.2.5.1.ebuild b/app-dicts/pydict/pydict-0.2.5.1.ebuild index 9ae9ccae6cad..d28ddd8770de 100644 --- a/app-dicts/pydict/pydict-0.2.5.1.ebuild +++ b/app-dicts/pydict/pydict-0.2.5.1.ebuild @@ -1,28 +1,30 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/pydict/pydict-0.2.5.1.ebuild,v 1.7 2003/10/01 09:44:33 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/pydict/pydict-0.2.5.1.ebuild,v 1.8 2004/05/31 18:17:14 vapier Exp $ DESCRIPTION="Chinese-English / English-Chinese dictionary" HOMEPAGE="http://sourceforge.net/projects/pydict" SRC_URI="mirror://sourceforge/pydict/pyDict-${PV}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc" +IUSE="" + DEPEND="virtual/python =dev-python/pygtk-0.6*" S="${WORKDIR}/dict" src_install() { - dodoc CHANGELOG README COPYING + dodoc CHANGELOG README insinto /usr/X11R6/lib/X11/pyDict doins [a-z].lib yaba.xpm HELP - if [ -d /usr/share/gnome/apps/Chinese ]; then + if [ -d ${ROOT}/usr/share/gnome/apps/Chinese ]; then insinto /usr/share/gnome/apps/Chinese doins pyDict.desktop fi - if [ -d /usr/share/icons ]; then + if [ -d ${ROOT}/usr/share/icons ] ; then insinto /usr/share/icons doins dict.xpm fi |