Update site-init file to use autoloads, bug 385167. Remove redundant src_test functio...
authorUlrich Müller <ulm@gentoo.org>
Sat, 8 Oct 2011 09:28:15 +0000 (09:28 +0000)
committerUlrich Müller <ulm@gentoo.org>
Sat, 8 Oct 2011 09:28:15 +0000 (09:28 +0000)
Package-Manager: portage-2.1.10.22/cvs/Linux x86_64

app-emacs/popwin/ChangeLog
app-emacs/popwin/Manifest
app-emacs/popwin/files/50popwin-gentoo.el
app-emacs/popwin/popwin-0.3.ebuild

index 8abb2d6267eaead040da91e0258c3b9ba0562de8..fa00fd855053ea6b13bf5698074191339a1d27b0 100644 (file)
@@ -1,6 +1,11 @@
 # ChangeLog for app-emacs/popwin
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/popwin/ChangeLog,v 1.1 2011/10/01 03:17:25 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/popwin/ChangeLog,v 1.2 2011/10/08 09:28:15 ulm Exp $
+
+  08 Oct 2011; Ulrich Mueller <ulm@gentoo.org> files/50popwin-gentoo.el,
+  popwin-0.3.ebuild:
+  Update site-init file to use autoloads, bug 385167. Remove redundant src_test
+  function. Install documentation.
 
 *popwin-0.3 (01 Oct 2011)
 
index 6050cb0184509978e598151ad7c2cec9c8681be3..48210a32b90511d54224124e9a8881e95f7d3c28 100644 (file)
@@ -1,15 +1,15 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
-AUX 50popwin-gentoo.el 110 RMD160 a3a4656a6fba86569cea960d8065461a8a671353 SHA1 ea0b7c8108abd62ccb6befa9e349a9161491ddb5 SHA256 ea41627493df5d62c954a98425127da5d7aa857676f73fb340c872c4223235db
+AUX 50popwin-gentoo.el 336 RMD160 b74c230ee9f2aba500e24a572b85df5ed7b678d7 SHA1 e118efeca00d73ac7bf2dc4c7dbf1ab5e83b4922 SHA256 83b93e883091c14a5dacda9fad6352e2bf23377c52f498cb2e8acce21ac65bd8
 DIST popwin-0.3.tar.gz 10394 RMD160 53c7faa406c04f8b39bf2ad1a7318e8b69ba40e8 SHA1 c6c64aad328373883915eed7b7f26cc881efeafa SHA256 bdeea5f66cd8b0b842347ee1127fc18ec88eb7b6e1c2cc1eac7c8588bdcc50de
-EBUILD popwin-0.3.ebuild 598 RMD160 e0ccb0b02a6fbc3b7052d36d370d2cd3e212c408 SHA1 98ffc7fa85aac4d460fea7705eb645095bb20036 SHA256 d5a4b4bc7472d8bafa217c7941c3ead8524fcd1892b44ad34a0349000535cc1d
-MISC ChangeLog 374 RMD160 313175f6f49bd00facb59c990c2fb1f7ac9e0f61 SHA1 c3d2bfd7650e094c9f804f3bcb2632fc6acb63bd SHA256 42f141f2e3c43ebcab0a6ced3bb1d2bb181df18b9ea4a3a037675b95de69d4e7
+EBUILD popwin-0.3.ebuild 590 RMD160 85b7336f19fde9a56f5de34724b43e40abc8128e SHA1 3d2ac49e83a79ed0077e85c4b59b013a44b1dcb8 SHA256 5a0651a609d10bd70cd1b2de00c28cbede750ca0ad6affdbd9c40b27e5f5f6c6
+MISC ChangeLog 582 RMD160 2e5af954679360965290cd0c9cc4c50561868125 SHA1 2df5b05b2a02c54662bcd1a3847a89704dcfd30a SHA256 a618ef3fc7918be0dde3b9ccee2a90b32944c48790b466317a734a99e662ca26
 MISC metadata.xml 219 RMD160 41cade9174d0ed71f0dde58144f74c2012b6b210 SHA1 e65a33d1c83bed3c61fb637a64aee0b331f2635a SHA256 9761d87f8c96c0a11b7e70f79b5e9013081f5bda009290e02879c8501c3dc817
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.18 (GNU/Linux)
 
-iEYEARECAAYFAk6GhkcACgkQGpDnPLSHuMDSxQCcCZKMqRmFACTNyewJOhRbjdY/
-yx4AoNiKD2vVXlvd6oVtnVmIZJeN9/es
-=3Z0U
+iEYEARECAAYFAk6QGXUACgkQOeoy/oIi7uy/8gCfTghLVGjs5xNwiBvo0dGF6ayQ
+uWoAoMjHpm9ydAzMJf20gFnj/2gASahP
+=QC1f
 -----END PGP SIGNATURE-----
index 8b21ccc19a4c841355c7c0c2d0e5e8ab21556709..bd00744ede00ded725f5ade63e0a90b856e0000a 100644 (file)
@@ -1,3 +1,6 @@
 (add-to-list 'load-path "@SITELISP@")
-(require 'popwin)
-(setq display-buffer-function 'popwin:display-buffer)
+(autoload 'popwin:display-buffer "popwin"
+  "Display BUFFER-OR-NAME, if possible, in a popup window, or as usual.
+This function can be used as a value of `display-buffer-function'." t)
+(autoload 'popwin:special-display-popup-window "popwin"
+  "The `special-display-function' with a popup window.")
index 29777a5d37fc1bd0722702db36a5bff2aa530d6c..3ee9fced2911714d065e51557a81ea7bb95dcf1c 100644 (file)
@@ -1,13 +1,13 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/popwin/popwin-0.3.ebuild,v 1.1 2011/10/01 03:17:25 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/popwin/popwin-0.3.ebuild,v 1.2 2011/10/08 09:28:15 ulm Exp $
 
 EAPI=3
 NEED_EMACS=22
 
-inherit elisp eutils
+inherit elisp
 
-DESCRIPTION="popup window manager for Emacs"
+DESCRIPTION="Popup window manager for Emacs"
 HOMEPAGE="https://github.com/m2ym/popwin-el/"
 SRC_URI="https://github.com/m2ym/popwin-el/tarball/v${PV} -> ${P}.tar.gz"
 
@@ -17,12 +17,9 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 SITEFILE="50${PN}-gentoo.el"
+DOCS="README.markdown"
 
 src_unpack() {
        unpack ${A}
        mv m2ym-popwin-el-* ${P} || die
 }
-
-src_test() {
-       true
-}