naota 14/04/23 10:04:32 Modified: ChangeLog Added: twittering-mode-3.0.0.ebuild Log: version bump (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Revision Changes Path 1.4 app-emacs/twittering-mode/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/twittering-mode/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/twittering-mode/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/twittering-mode/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emacs/twittering-mode/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 15 Jan 2013 07:24:42 -0000 1.3 +++ ChangeLog 23 Apr 2014 10:04:32 -0000 1.4 @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/twittering-mode -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/twittering-mode/ChangeLog,v 1.3 2013/01/15 07:24:42 naota Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/twittering-mode/ChangeLog,v 1.4 2014/04/23 10:04:32 naota Exp $ + +*twittering-mode-3.0.0 (23 Apr 2014) + + 23 Apr 2014; Naohiro Aota <[email protected]> +twittering-mode-3.0.0.ebuild: + version bump 15 Jan 2013; Naohiro Aota <[email protected]> twittering-mode-2.0.0.ebuild, twittering-mode-9999.ebuild: 1.1 app-emacs/twittering-mode/twittering-mode-3.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/twittering-mode/twittering-mode-3.0.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/twittering-mode/twittering-mode-3.0.0.ebuild?rev=1.1&content-type=text/plain Index: twittering-mode-3.0.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-emacs/twittering-mode/twittering-mode-3.0.0.ebuild,v 1.1 2014/04/23 10:04:32 naota Exp $ EAPI=4 inherit elisp elisp-common eutils if [ "${PV}" = "9999" ]; then EGIT_REPO_URI="git://github.com/hayamiz/twittering-mode.git" inherit git-2 SRC_URI="" KEYWORDS="" IUSE="doc" else SRC_URI="mirror://sourceforge/twmode/${P}.tar.gz" KEYWORDS="~amd64 ~x86" RESTRICT="test" IUSE="" fi DESCRIPTION="Emacs major mode for Twitter." HOMEPAGE="http://twmode.sourceforge.net/" LICENSE="GPL-2" SLOT="0" DEPEND="" RDEPEND="app-crypt/gnupg" src_compile() { elisp-compile twittering-mode.el || die [ "${PV}" = "9999" ] && use doc && emake -C doc/manual } src_test() { emake check } src_install() { [ "${PV}" = "9999" ] && use doc && dodoc doc/manual/twmode/twmode.html elisp-install ${PN} twittering-mode.el *.elc || die }
