summaryrefslogtreecommitdiff
path: root/app-emacs/filladapt/filladapt-2.12.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/filladapt/filladapt-2.12.2.ebuild')
-rw-r--r--app-emacs/filladapt/filladapt-2.12.2.ebuild10
1 files changed, 3 insertions, 7 deletions
diff --git a/app-emacs/filladapt/filladapt-2.12.2.ebuild b/app-emacs/filladapt/filladapt-2.12.2.ebuild
index e2880aa486fe..3554b3861367 100644
--- a/app-emacs/filladapt/filladapt-2.12.2.ebuild
+++ b/app-emacs/filladapt/filladapt-2.12.2.ebuild
@@ -8,9 +8,9 @@ NEED_EMACS=24.4
inherit elisp readme.gentoo-r1
DESCRIPTION="Filladapt enhances the behavior of Emacs' fill functions"
-HOMEPAGE="http://www.wonderworks.com/ https://elpa.gnu.org/packages/filladapt.html"
-SRC_URI="https://elpa.gnu.org/packages/${P}.el"
-S="${WORKDIR}"
+HOMEPAGE="http://www.wonderworks.com/
+ https://elpa.gnu.org/packages/filladapt.html"
+SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.gz"
LICENSE="GPL-3+"
SLOT="0"
@@ -21,7 +21,3 @@ DOC_CONTENTS="Filladapt is not enabled as a site default. Add the following
lines to your ~/.emacs file to enable adaptive fill by default:
\n\t(require 'filladapt)
\n\t(setq-default filladapt-mode t)"
-
-src_unpack() {
- mv "${DISTDIR}"/${P}.el "${WORKDIR}"/${PN}.el || die
-}