diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-03-22 09:33:19 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-03-22 09:35:11 +0100 |
commit | 0db5cf69c9dca362bdf8bca3f2ffe06d9c3d8a23 (patch) | |
tree | a9ba725a3d8079b3777c82824814dc59f68e5163 | |
parent | app-emacs/emacs-common: Renamed from app-emacs/emacs-common-gentoo (diff) | |
download | gentoo-0db5cf69c9dca362bdf8bca3f2ffe06d9c3d8a23.tar.gz gentoo-0db5cf69c9dca362bdf8bca3f2ffe06d9c3d8a23.tar.bz2 gentoo-0db5cf69c9dca362bdf8bca3f2ffe06d9c3d8a23.zip |
app-emacs/emacs-common: Version bump to 1.8 and remove 1.7
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | app-emacs/emacs-common/Manifest | 2 | ||||
-rw-r--r-- | app-emacs/emacs-common/emacs-common-1.8.ebuild (renamed from app-emacs/emacs-common/emacs-common-1.7.ebuild) | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/app-emacs/emacs-common/Manifest b/app-emacs/emacs-common/Manifest index 594dffa67791..822ee9593028 100644 --- a/app-emacs/emacs-common/Manifest +++ b/app-emacs/emacs-common/Manifest @@ -1,2 +1,2 @@ +DIST emacs-common-1.8.tar.xz 61352 BLAKE2B 084cf06c03db231c92d0074a2e633d209257941b2840c2c745462050e694756f97679c7078357d9eab7b2fcfb85b00ab390d65254ddd106d0ef1a1fd723b2c4c SHA512 85c4b826c0691fd24f260750f4c3f9ecc3b59d11b4dafcae608e1a2546c064b240084974962b0727ac8183b8f5b0891cf47add901461f77ee275a129341b2b13 DIST emacs-common-gentoo-1.6.tar.xz 61224 BLAKE2B 70e4f30c26c9098fdb02a53cab5d60cb611143d8bac6947707f3c7596b5a81ceb513b5a0809ee90f351472824f1d4216720c02cadb51d25b3dfce5e436e02bdf SHA512 a7daed2241d778ab283482ecc016801e25084eed10fcbbc50e187d5f842df5a0d278a77f94ae950b086c8651e8ca1a18f89c11dffdde9cf9168755288aae926a -DIST emacs-common-gentoo-1.7.tar.xz 61344 BLAKE2B bb5ec108ce230cfd45fa9cff1426b3731baf6a25b8346681128b0fc149649db5ca3b22720b3f8dba8495544f1ec5357a612aa35c687e36f5a181b2ab2fc324e5 SHA512 6c321a63d5329fe5e33f674951f1483acd724072a1d453ac0f4dbcb9b87825b735ac865fd9b9706a460b88828d1bfefbd65cc83d24a87b6359dd354c686605ce diff --git a/app-emacs/emacs-common/emacs-common-1.7.ebuild b/app-emacs/emacs-common/emacs-common-1.8.ebuild index 58894d6ef7f3..314ea5c739ad 100644 --- a/app-emacs/emacs-common/emacs-common-1.7.ebuild +++ b/app-emacs/emacs-common/emacs-common-1.8.ebuild @@ -5,11 +5,9 @@ EAPI=7 inherit elisp-common desktop xdg-utils readme.gentoo-r1 -MY_P="emacs-common-gentoo-${PV}" DESCRIPTION="Common files needed by all GNU Emacs versions" HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs" -SRC_URI="https://dev.gentoo.org/~ulm/emacs/${MY_P}.tar.xz" -S="${WORKDIR}/${MY_P}" +SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz" LICENSE="GPL-3+" SLOT="0" |