diff options
-rw-r--r-- | app-emacs/go-mode/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/go-mode/go-mode-1.4.0.ebuild | 18 |
2 files changed, 0 insertions, 19 deletions
diff --git a/app-emacs/go-mode/Manifest b/app-emacs/go-mode/Manifest index 3b02695253e0..5af33b0616db 100644 --- a/app-emacs/go-mode/Manifest +++ b/app-emacs/go-mode/Manifest @@ -1,2 +1 @@ -DIST go-mode-1.4.0.tar.gz 30705 BLAKE2B c5b4f53697d18d1a727353c203ea5734a6a63f3e179ca8034d24cd6a414f1d7acecfecff5fc027fd465d7228f876beec558c0e0bca1865866bcef52e0183415a SHA512 00e3aa832b81d6039e38e12f1346ef838f0cd9ccbebac947d394d453690862025ce30fc253d52d485c3161a1c2307ef00272f014c8f3fa86304216525ae47bdd DIST go-mode-1.5.0.tar.gz 36876 BLAKE2B dca184f1cb79c919067ffecd1111f2404685459dca374a1ff14512067d0235bc862a04cb5fb014620856d0d03c15668149d0c62c238098b8561ea2512b26ec36 SHA512 fee67461467feb272dbb90abbad3df786f984925747ad8588c271784f8d27db888dd1da9d4589fb63ccfded1a833b01bb860d3254b00ca5e3f3aa89f199880c3 diff --git a/app-emacs/go-mode/go-mode-1.4.0.ebuild b/app-emacs/go-mode/go-mode-1.4.0.ebuild deleted file mode 100644 index 6b4cb336e821..000000000000 --- a/app-emacs/go-mode/go-mode-1.4.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit elisp - -DESCRIPTION="An improved Go mode for emacs" -HOMEPAGE="https://github.com/dominikh/go-mode.el" -SRC_URI="https://github.com/dominikh/go-mode.el/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -S="${WORKDIR}/go-mode.el-${PV}" -SITEFILE="50${PN}-gentoo.el" -DOCS="AUTHORS README.md" |