diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-05-19 06:53:59 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-05-19 06:53:59 +0000 |
commit | 3df70a1513cda1d81070b719f542e9572b955f77 (patch) | |
tree | cbee3acdb156ee6e4a515dc431681652a7b79035 /sys-apps | |
parent | Version bump. (diff) | |
download | gentoo-2-3df70a1513cda1d81070b719f542e9572b955f77.tar.gz gentoo-2-3df70a1513cda1d81070b719f542e9572b955f77.tar.bz2 gentoo-2-3df70a1513cda1d81070b719f542e9572b955f77.zip |
Version bump (bug #466882).
(Portage version: 2.2.0_alpha175/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/minised/ChangeLog | 9 | ||||
-rw-r--r-- | sys-apps/minised/minised-1.14.ebuild | 19 |
2 files changed, 26 insertions, 2 deletions
diff --git a/sys-apps/minised/ChangeLog b/sys-apps/minised/ChangeLog index e9c29a4cacc5..139470f58312 100644 --- a/sys-apps/minised/ChangeLog +++ b/sys-apps/minised/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/minised -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/minised/ChangeLog,v 1.5 2009/11/30 11:54:07 ssuominen Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/minised/ChangeLog,v 1.6 2013/05/19 06:53:59 radhermit Exp $ + +*minised-1.14 (19 May 2013) + + 19 May 2013; Tim Harder <radhermit@gentoo.org> +minised-1.14.ebuild: + Version bump (bug #466882). *minised-1.13 (30 Nov 2009) diff --git a/sys-apps/minised/minised-1.14.ebuild b/sys-apps/minised/minised-1.14.ebuild new file mode 100644 index 000000000000..7272920cca13 --- /dev/null +++ b/sys-apps/minised/minised-1.14.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/minised/minised-1.14.ebuild,v 1.1 2013/05/19 06:53:59 radhermit Exp $ + +EAPI=5 + +inherit toolchain-funcs + +DESCRIPTION="a smaller, cheaper, faster SED implementation" +HOMEPAGE="http://www.exactcode.de/oss/minised/" +SRC_URI="http://dl.exactcode.de/oss/minised/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +src_prepare() { + tc-export CC +} |