Diff eselect-oodict-20100228 with a eselect-oodict-20100228-r1
| /usr/portage/app-eselect/eselect-oodict/eselect-oodict-20100228-r1.ebuild 2023-10-09 14:52:28.744368331 +0300 | ||
|---|---|---|
| 1 | 
    # Copyright 1999-2018 Gentoo Foundation  | 
  |
| 1 | 
    # Copyright 1999-2022 Gentoo Authors  | 
  |
| 2 | 2 | 
    # Distributed under the terms of the GNU General Public License v2  | 
  
| 3 | 3 | |
| 4 | 
    EAPI=6  | 
  |
| 4 | 
    EAPI=8  | 
  |
| 5 | 5 | |
| 6 | 6 | 
    DESCRIPTION="Manages configuration of dictionaries for OpenOffice.Org"  | 
  
| 7 | 
    HOMEPAGE="https://www.gentoo.org/"  | 
  |
| 8 | ||
| 9 | 
    SRC_URI="mirror://gentoo/oodict.eselect-${PVR}.bz2"
   | 
  |
| 7 | 
    HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"  | 
  |
| 8 | 
    SRC_URI="mirror://gentoo/oodict.eselect-${PV}.bz2"
   | 
  |
| 9 | 
    S="${WORKDIR}"
   | 
  |
| 10 | 10 | |
| 11 | 11 | 
    LICENSE="GPL-2"  | 
  
| 12 | 12 | 
    SLOT="0"  | 
  
| 13 | 
    KEYWORDS="amd64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x86-solaris"  | 
  |
| 14 | 
    IUSE=""  | 
  |
| 13 | 
    KEYWORDS="amd64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"  | 
  |
| 15 | 14 | |
| 16 | 15 | 
    RDEPEND=">=app-admin/eselect-1.2"  | 
  
| 17 | 16 | |
| 18 | 
    S="${WORKDIR}"
   | 
  |
| 19 | ||
| 20 | 17 | 
    src_install() {
   | 
  
| 21 | 18 | 
    insinto /usr/share/eselect/modules  | 
  
| 22 | 
    	newins "${WORKDIR}"/oodict.eselect-${PVR} oodict.eselect
   | 
  |
| 19 | 
    	newins "${WORKDIR}"/oodict.eselect-${PV} oodict.eselect
   | 
  |
| 23 | 20 | 
    }  |