diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-07-20 01:33:53 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-07-20 01:33:53 +0000 |
commit | 84f8a1d1383f9f4c20884f6fe13bec8351558003 (patch) | |
tree | 51e6828e15b49ba5a3fbd49ee84645f65d18e9ea /sys-process/procenv | |
parent | Fix dependencies on dev-qt/qtgui for Qt 4.8.5+ support (no dbus use flag any ... (diff) | |
download | gentoo-2-84f8a1d1383f9f4c20884f6fe13bec8351558003.tar.gz gentoo-2-84f8a1d1383f9f4c20884f6fe13bec8351558003.tar.bz2 gentoo-2-84f8a1d1383f9f4c20884f6fe13bec8351558003.zip |
Version bump.
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'sys-process/procenv')
-rw-r--r-- | sys-process/procenv/ChangeLog | 7 | ||||
-rw-r--r-- | sys-process/procenv/procenv-0.25.ebuild | 13 |
2 files changed, 19 insertions, 1 deletions
diff --git a/sys-process/procenv/ChangeLog b/sys-process/procenv/ChangeLog index ead594f7040a..c97279ccf8ac 100644 --- a/sys-process/procenv/ChangeLog +++ b/sys-process/procenv/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-process/procenv # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/procenv/ChangeLog,v 1.15 2013/06/28 17:52:16 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/procenv/ChangeLog,v 1.16 2013/07/20 01:33:53 radhermit Exp $ + +*procenv-0.25 (20 Jul 2013) + + 20 Jul 2013; Tim Harder <radhermit@gentoo.org> +procenv-0.25.ebuild: + Version bump. *procenv-0.24 (28 Jun 2013) diff --git a/sys-process/procenv/procenv-0.25.ebuild b/sys-process/procenv/procenv-0.25.ebuild new file mode 100644 index 000000000000..97e0ed682800 --- /dev/null +++ b/sys-process/procenv/procenv-0.25.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-process/procenv/procenv-0.25.ebuild,v 1.1 2013/07/20 01:33:53 radhermit Exp $ + +EAPI=5 + +DESCRIPTION="A command-line utility that simply dumps all attributes of its environment" +HOMEPAGE="https://launchpad.net/procenv/" +SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" |