diff options
author | Akinori Hattori <hattya@gentoo.org> | 2011-08-13 06:33:51 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2011-08-13 06:33:51 +0000 |
commit | 24fb82524b25707c0e359dc1370d803ee5a06a29 (patch) | |
tree | f4652262bb45e38c0e6e721ca343d5a44a70c5cd | |
parent | ppc/ppc64 stable wrt #377315 (diff) | |
download | gentoo-2-24fb82524b25707c0e359dc1370d803ee5a06a29.tar.gz gentoo-2-24fb82524b25707c0e359dc1370d803ee5a06a29.tar.bz2 gentoo-2-24fb82524b25707c0e359dc1370d803ee5a06a29.zip |
new upstream release. fixes bug #377591.
(Portage version: 2.1.10.3/cvs/Linux i686)
-rw-r--r-- | app-editors/shed/ChangeLog | 9 | ||||
-rw-r--r-- | app-editors/shed/shed-1.15.ebuild | 21 |
2 files changed, 28 insertions, 2 deletions
diff --git a/app-editors/shed/ChangeLog b/app-editors/shed/ChangeLog index 94f08118ea0d..4d913b98e0c4 100644 --- a/app-editors/shed/ChangeLog +++ b/app-editors/shed/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/shed -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/shed/ChangeLog,v 1.21 2008/02/08 19:32:02 coldwind Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/shed/ChangeLog,v 1.22 2011/08/13 06:33:51 hattya Exp $ + +*shed-1.15 (13 Aug 2011) + + 13 Aug 2011; Akinori Hattori <hattya@gentoo.org> +shed-1.15.ebuild: + new upstream release. fixes bug #377591. 08 Feb 2008; Santiago M. Mola <coldwind@gentoo.org> shed-1.13.ebuild: amd64 stable diff --git a/app-editors/shed/shed-1.15.ebuild b/app-editors/shed/shed-1.15.ebuild new file mode 100644 index 000000000000..3733dd7c6c42 --- /dev/null +++ b/app-editors/shed/shed-1.15.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/shed/shed-1.15.ebuild,v 1.1 2011/08/13 06:33:51 hattya Exp $ + +EAPI="4" + +DESCRIPTION="Simple Hex EDitor" +HOMEPAGE="http://shed.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND="sys-libs/ncurses" +DPEND="${RDEPEND}" + +src_compile() { + emake AM_CFLAGS="${CFLAGS}" +} |