Diff crypt++-2.92 with a crypt++-2.94_pre20080430

/usr/portage/app-emacs/crypt++/crypt++-2.94_pre20080430.ebuild 2023-10-09 14:52:28.676368330 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
......
7 7

  
8 8
DESCRIPTION="Handle all sorts of compressed and encrypted files"
9 9
HOMEPAGE="https://www.emacswiki.org/emacs/CryptPlusPlus"
10
SRC_URI="mirror://debian/pool/main/c/crypt++el/crypt++el_${PV}.orig.tar.gz"
10
# snapshot from http://cvs.xemacs.org/viewcvs.cgi/XEmacs/packages/xemacs-packages/os-utils/crypt.el
11
SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2"
11 12

  
12
LICENSE="GPL-2"
13
LICENSE="GPL-2+"
13 14
SLOT="0"
14 15
KEYWORDS="amd64 ~ppc ~sparc x86"
15 16

  
16
S="${WORKDIR}/${PN}el-${PV}"
17 17
SITEFILE="50${PN}-gentoo.el"
Thank you!