diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-08-02 10:21:22 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-08-02 10:21:22 +0000 |
commit | 67be722ca3488f15fc66eb13e28272877f2116cf (patch) | |
tree | b159cd96b56d196b522f949d6acfc066c533a11f /dev-lang/gwydion-dylan | |
parent | Don't inherit from gtk-engines. New version: 0.6.3 (diff) | |
download | historical-67be722ca3488f15fc66eb13e28272877f2116cf.tar.gz historical-67be722ca3488f15fc66eb13e28272877f2116cf.tar.bz2 historical-67be722ca3488f15fc66eb13e28272877f2116cf.zip |
fix whitespace
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-lang/gwydion-dylan')
-rw-r--r-- | dev-lang/gwydion-dylan/Manifest | 12 | ||||
-rw-r--r-- | dev-lang/gwydion-dylan/gwydion-dylan-2.4.0.ebuild | 7 |
2 files changed, 9 insertions, 10 deletions
diff --git a/dev-lang/gwydion-dylan/Manifest b/dev-lang/gwydion-dylan/Manifest index a13e67ada3c4..242f24527ab5 100644 --- a/dev-lang/gwydion-dylan/Manifest +++ b/dev-lang/gwydion-dylan/Manifest @@ -1,16 +1,16 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 44de97eaac97da914aa33dcc2c9a10e2 gwydion-dylan-2.4.0.ebuild 1272 -MD5 c034ae089c5a4cfad038e5385b8c3916 metadata.xml 829 MD5 4c836e4c946aec820211c807f6f6c900 ChangeLog 480 -MD5 b7d9302bac13e909d3ba5136c99c4d4b files/50gwydion-dylan-gentoo.el 209 MD5 ce4153e4868f9a78d5954ef9acab89f5 files/20gwydion-dylan 16 +MD5 b7d9302bac13e909d3ba5136c99c4d4b files/50gwydion-dylan-gentoo.el 209 MD5 b56cf86c697276c98bcb6dc6b75efa5c files/digest-gwydion-dylan-2.4.0 72 +MD5 b28bc32a9536ac320b76d6f142728252 gwydion-dylan-2.4.0.ebuild 1252 +MD5 c034ae089c5a4cfad038e5385b8c3916 metadata.xml 829 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFC7tjKBQBy/eDH5uERAif2AKCPkjeoTpDc9Y5lxIm80rmXYnqyTgCcCSEw -pXREJDmIwBSRMVe8kBLARss= -=YBOh +iD8DBQFC70k6I1lqEGTUzyQRAiOLAJwNgfgN3ZturEYoiEIjbZpSIvPeXACgoAgY +xeRZMDcPZzT5InoCPahNGy4= +=tcMU -----END PGP SIGNATURE----- diff --git a/dev-lang/gwydion-dylan/gwydion-dylan-2.4.0.ebuild b/dev-lang/gwydion-dylan/gwydion-dylan-2.4.0.ebuild index 10bf62ea0137..6d8291476f18 100644 --- a/dev-lang/gwydion-dylan/gwydion-dylan-2.4.0.ebuild +++ b/dev-lang/gwydion-dylan/gwydion-dylan-2.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gwydion-dylan/gwydion-dylan-2.4.0.ebuild,v 1.1 2005/08/02 02:21:34 araujo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gwydion-dylan/gwydion-dylan-2.4.0.ebuild,v 1.2 2005/08/02 10:21:22 swegener Exp $ inherit elisp-common @@ -41,12 +41,11 @@ src_install() { elisp-install ${PN} ${S}/tools/elisp/*.el ${S}/tools/elisp/*.elc elisp-site-file-install ${FILESDIR}/${SITEFILE} fi - insinto /etc/env.d - doins ${FILESDIR}/20gwydion-dylan + doenvd ${FILESDIR}/20gwydion-dylan } pkg_postinst() { - use emacs && elisp-site-regen + use emacs && elisp-site-regen } pkg_postrm() { |