public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-editors/aee: aee-2.2.15b.ebuild metadata.xml ChangeLog
@ 2011-01-20 14:30 Akinori Hattori (hattya)
  0 siblings, 0 replies; only message in thread
From: Akinori Hattori (hattya) @ 2011-01-20 14:30 UTC (permalink / raw
  To: gentoo-commits

hattya      11/01/20 14:30:08

  Added:                aee-2.2.15b.ebuild metadata.xml ChangeLog
  Log:
  initial revision.
  
  (Portage version: 2.1.9.25/cvs/Linux i686)

Revision  Changes    Path
1.1                  app-editors/aee/aee-2.2.15b.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/aee/aee-2.2.15b.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/aee/aee-2.2.15b.ebuild?rev=1.1&content-type=text/plain

Index: aee-2.2.15b.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/aee/aee-2.2.15b.ebuild,v 1.1 2011/01/20 14:30:08 hattya Exp $

EAPI="3"

inherit eutils toolchain-funcs

IUSE="X"

DESCRIPTION="An easy to use text editor."
HOMEPAGE="http://mahon.cwx.net/"
SRC_URI="http://mahon.cwx.net/sources/${P}.tar.gz"

LICENSE="Artistic"
KEYWORDS="~x86"
SLOT="0"

DEPEND="X? ( x11-libs/libX11 )"

src_prepare() {

	epatch "${FILESDIR}"/${PN}-*.diff

	sed -i \
		-e "s/make -/\$(MAKE) -/g" \
		-e "/^buildaee/s/$/ localaee/" \
		-e "/^buildxae/s/$/ localxae/" \
		Makefile \
		|| die

	sed -i \
		-e "s/\([\t ]\)cc /\1\\\\\$(CC) /" \
		-e "/CFLAGS =/s/\" >/ \\\\\$(LDFLAGS)\" >/" \
		-e "/other_cflag/s/ \${strip_option}//" \
		create.mk.{aee,xae} \
		|| die

}

src_compile() {

	local target="aee"

	if use X; then
		target="both"
	fi

	emake ${target} || die

}

src_install() {

	dobin aee
	dosym aee /usr/bin/rae
	doman aee.1
	dodoc Changes README.aee aee.i18n.guide aee.msg

	insinto /usr/share/${PN}
	doins help.ae

	if use X; then
		dobin xae
		dosym xae /usr/bin/rxae
	fi

}



1.1                  app-editors/aee/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/aee/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/aee/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>no-herd</herd>
  <maintainer>
    <email>hattya@gentoo.org</email>
  </maintainer>
</pkgmetadata>



1.1                  app-editors/aee/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for app-editors/aee
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/aee/ChangeLog,v 1.1 2011/01/20 14:30:08 hattya Exp $

*aee-2.2.15b (20 Jan 2011)

  20 Jan 2011; Akinori Hattori <hattya@gentoo.org> +aee-2.2.15b.ebuild,
  +files/aee-ae-location.diff, +metadata.xml:
  initial revision.







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

only message in thread, other threads:[~2011-01-20 14:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-20 14:30 [gentoo-commits] gentoo-x86 commit in app-editors/aee: aee-2.2.15b.ebuild metadata.xml ChangeLog Akinori Hattori (hattya)

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