diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-01-25 21:09:32 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-01-25 21:09:32 +0000 |
commit | c98d0b52cfab9c5cd495162042bf94886d9f9cb5 (patch) | |
tree | 32e0bbf76214b21e442c8ed586187425dceee8c4 /x11-apps/xbiff | |
parent | Remove old. (diff) | |
download | gentoo-2-c98d0b52cfab9c5cd495162042bf94886d9f9cb5.tar.gz gentoo-2-c98d0b52cfab9c5cd495162042bf94886d9f9cb5.tar.bz2 gentoo-2-c98d0b52cfab9c5cd495162042bf94886d9f9cb5.zip |
Version bump
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/xbiff')
-rw-r--r-- | x11-apps/xbiff/ChangeLog | 9 | ||||
-rw-r--r-- | x11-apps/xbiff/xbiff-1.0.3.ebuild | 19 |
2 files changed, 26 insertions, 2 deletions
diff --git a/x11-apps/xbiff/ChangeLog b/x11-apps/xbiff/ChangeLog index 6570ee483e94..1da0baa02b8c 100644 --- a/x11-apps/xbiff/ChangeLog +++ b/x11-apps/xbiff/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xbiff -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbiff/ChangeLog,v 1.34 2010/10/21 15:10:28 scarabeus Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbiff/ChangeLog,v 1.35 2011/01/25 21:09:32 scarabeus Exp $ + +*xbiff-1.0.3 (25 Jan 2011) + + 25 Jan 2011; Tomáš Chvátal <scarabeus@gentoo.org> +xbiff-1.0.3.ebuild: + Version bump 21 Oct 2010; Tomáš Chvátal <scarabeus@gentoo.org> -xbiff-1.0.1-r1.ebuild: diff --git a/x11-apps/xbiff/xbiff-1.0.3.ebuild b/x11-apps/xbiff/xbiff-1.0.3.ebuild new file mode 100644 index 000000000000..df299425143b --- /dev/null +++ b/x11-apps/xbiff/xbiff-1.0.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbiff/xbiff-1.0.3.ebuild,v 1.1 2011/01/25 21:09:32 scarabeus Exp $ + +EAPI=3 + +inherit xorg-2 + +DESCRIPTION="mailbox flag for X" + +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND="x11-libs/libXaw + x11-libs/libXmu + x11-libs/libX11 + x11-misc/xbitmaps + x11-libs/libXext" +DEPEND="${RDEPEND}" |