public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emacs/twittering-mode: twittering-mode-9999.ebuild ChangeLog twittering-mode-2.0.0.ebuild metadata.xml
@ 2011-05-07  9:05 Naohiro Aota (naota)
  0 siblings, 0 replies; only message in thread
From: Naohiro Aota (naota) @ 2011-05-07  9:05 UTC (permalink / raw
  To: gentoo-commits

naota       11/05/07 09:05:23

  Added:                twittering-mode-9999.ebuild ChangeLog
                        twittering-mode-2.0.0.ebuild metadata.xml
  Log:
  New ebuild app-emacs/twittering-mode written by me. Emacs major mode
  for Twitter.
  
  (Portage version: 2.2.0_alpha31/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  app-emacs/twittering-mode/twittering-mode-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/twittering-mode/twittering-mode-9999.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/twittering-mode/twittering-mode-9999.ebuild?rev=1.1&content-type=text/plain

Index: twittering-mode-9999.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/twittering-mode/twittering-mode-9999.ebuild,v 1.1 2011/05/07 09:05:23 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=""
else
	SRC_URI="mirror://sourceforge/twmode/${P}.tar.gz"
	KEYWORDS="~amd64 ~x86"
	RESTRICT="test"
fi

DESCRIPTION="Emacs major mode for Twitter."
HOMEPAGE="http://twmode.sourceforge.net/"

LICENSE="GPL-2"
SLOT="0"
IUSE="doc"

DEPEND=""
RDEPEND="app-crypt/gnupg"

src_prepare() {
	if [ "${PV}" = "9999" ]; then
		epatch "${FILESDIR}"/${P}-proxy-test.patch
	fi
}

src_compile() {
	elisp-compile twittering-mode.el || die
	use doc && emake -C doc/manual
}

src_test() {
	emake check
}

src_install() {
	use doc && dodoc doc/manual/twmode/twmode.html
	elisp-install ${PN} twittering-mode.el *.elc || die
}



1.1                  app-emacs/twittering-mode/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/twittering-mode/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/twittering-mode/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for app-emacs/twittering-mode
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/twittering-mode/ChangeLog,v 1.1 2011/05/07 09:05:23 naota Exp $

*twittering-mode-9999 (07 May 2011)
*twittering-mode-2.0.0 (07 May 2011)

  07 May 2011; <naota@gentoo.org> +twittering-mode-2.0.0.ebuild,
  +twittering-mode-9999.ebuild, +files/twittering-mode-9999-proxy-test.patch,
  +metadata.xml:
  New ebuild app-emacs/twittering-mode written by me. Emacs major mode for
  Twitter.




1.1                  app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild?rev=1.1&content-type=text/plain

Index: twittering-mode-2.0.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild,v 1.1 2011/05/07 09:05:23 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=""
else
	SRC_URI="mirror://sourceforge/twmode/${P}.tar.gz"
	KEYWORDS="~amd64 ~x86"
	RESTRICT="test"
fi

DESCRIPTION="Emacs major mode for Twitter."
HOMEPAGE="http://twmode.sourceforge.net/"

LICENSE="GPL-2"
SLOT="0"
IUSE="doc"

DEPEND=""
RDEPEND="app-crypt/gnupg"

src_prepare() {
	if [ "${PV}" = "9999" ]; then
		epatch "${FILESDIR}"/${P}-proxy-test.patch
	fi
}

src_compile() {
	elisp-compile twittering-mode.el || die
	use doc && emake -C doc/manual
}

src_test() {
	emake check
}

src_install() {
	use doc && dodoc doc/manual/twmode/twmode.html
	elisp-install ${PN} twittering-mode.el *.elc || die
}



1.1                  app-emacs/twittering-mode/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/twittering-mode/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/twittering-mode/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>emacs</herd>
<maintainer>
  <email>naota@gentoo.org</email>
</maintainer>
</pkgmetadata>






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-05-07  9:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-07  9:05 [gentoo-commits] gentoo-x86 commit in app-emacs/twittering-mode: twittering-mode-9999.ebuild ChangeLog twittering-mode-2.0.0.ebuild metadata.xml Naohiro Aota (naota)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox