summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2017-07-15 09:20:41 +0200
committerHans de Graaff <graaff@gentoo.org>2017-07-15 09:20:41 +0200
commitad816482ab577cdf66c6a7bdc19d07ffa58142b6 (patch)
tree6b31f86aaec6e7cf25c51fdc7b7b638a6af8a240 /app-emacs
parentpackage.mask: remove leafnode mask now that package is fixed (diff)
downloadgentoo-ad816482ab577cdf66c6a7bdc19d07ffa58142b6.tar.gz
gentoo-ad816482ab577cdf66c6a7bdc19d07ffa58142b6.tar.bz2
gentoo-ad816482ab577cdf66c6a7bdc19d07ffa58142b6.zip
app-emacs/puppet-mode: rename puppet-mode.el sitelisp file
Version the name of the puppet-mode sitelisp so that this package does not have a file collision with app-admin/puppet. This means that we can remove the blockers and provide a much easier upgrade path. Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/puppet-mode/files/50puppet-mode-1-gentoo.el (renamed from app-emacs/puppet-mode/files/50puppet-mode-gentoo.el)0
-rw-r--r--app-emacs/puppet-mode/puppet-mode-0.3-r1.ebuild (renamed from app-emacs/puppet-mode/puppet-mode-0.3.ebuild)2
2 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/puppet-mode/files/50puppet-mode-gentoo.el b/app-emacs/puppet-mode/files/50puppet-mode-1-gentoo.el
index 64c38ae5a31d..64c38ae5a31d 100644
--- a/app-emacs/puppet-mode/files/50puppet-mode-gentoo.el
+++ b/app-emacs/puppet-mode/files/50puppet-mode-1-gentoo.el
diff --git a/app-emacs/puppet-mode/puppet-mode-0.3.ebuild b/app-emacs/puppet-mode/puppet-mode-0.3-r1.ebuild
index 29d1fe64b9e1..91c7ef8d744c 100644
--- a/app-emacs/puppet-mode/puppet-mode-0.3.ebuild
+++ b/app-emacs/puppet-mode/puppet-mode-0.3-r1.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~x86"
DOCS="CHANGES.rst README.rst"
-SITEFILE="50${PN}-gentoo.el"
+SITEFILE="50${PN}-1-gentoo.el"
ELISP_PATCHES=( "${FILESDIR}/${PN}-0.3-version.patch" )
RDEPEND="!!<app-admin/puppet-5[emacs]"