diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2015-02-07 16:18:05 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2015-02-07 16:18:05 +0000 |
commit | faa642499a851c5d6446c89543a295ee7adbe67d (patch) | |
tree | 04b33d54593c5523dd92fb7e9e6f9c52f140aac3 /x11-apps | |
parent | Version bump. Remove old. (diff) | |
download | gentoo-2-faa642499a851c5d6446c89543a295ee7adbe67d.tar.gz gentoo-2-faa642499a851c5d6446c89543a295ee7adbe67d.tar.bz2 gentoo-2-faa642499a851c5d6446c89543a295ee7adbe67d.zip |
Version bump. Remove old.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/sessreg/ChangeLog | 10 | ||||
-rw-r--r-- | x11-apps/sessreg/sessreg-1.0.7.ebuild | 15 | ||||
-rw-r--r-- | x11-apps/sessreg/sessreg-1.1.0.ebuild | 15 |
3 files changed, 23 insertions, 17 deletions
diff --git a/x11-apps/sessreg/ChangeLog b/x11-apps/sessreg/ChangeLog index 7e0c244407d8..f0c10cf0261c 100644 --- a/x11-apps/sessreg/ChangeLog +++ b/x11-apps/sessreg/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/sessreg -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/sessreg/ChangeLog,v 1.97 2013/10/08 05:02:56 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/sessreg/ChangeLog,v 1.98 2015/02/07 16:18:05 chithanh Exp $ + +*sessreg-1.1.0 (07 Feb 2015) + + 07 Feb 2015; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +sessreg-1.1.0.ebuild, -sessreg-1.0.7.ebuild: + Version bump. Remove old. 08 Oct 2013; Agostino Sarubbo <ago@gentoo.org> sessreg-1.0.8.ebuild: Stable for x86, wrt bug #475480 diff --git a/x11-apps/sessreg/sessreg-1.0.7.ebuild b/x11-apps/sessreg/sessreg-1.0.7.ebuild deleted file mode 100644 index 1c04be20ebfa..000000000000 --- a/x11-apps/sessreg/sessreg-1.0.7.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/sessreg/sessreg-1.0.7.ebuild,v 1.9 2012/05/15 14:16:11 aballier Exp $ - -EAPI=4 -inherit xorg-2 - -DESCRIPTION="manage utmp/wtmp entries for non-init clients" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - x11-proto/xproto" diff --git a/x11-apps/sessreg/sessreg-1.1.0.ebuild b/x11-apps/sessreg/sessreg-1.1.0.ebuild new file mode 100644 index 000000000000..f87fdcb3ee66 --- /dev/null +++ b/x11-apps/sessreg/sessreg-1.1.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/sessreg/sessreg-1.1.0.ebuild,v 1.1 2015/02/07 16:18:05 chithanh Exp $ + +EAPI=5 +inherit xorg-2 + +DESCRIPTION="manage utmp/wtmp entries for non-init clients" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + x11-proto/xproto" |