diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-10-21 15:20:03 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-10-21 15:20:03 +0000 |
commit | 0490cb9883f9fcbdff1b1b297427584efbc7c69f (patch) | |
tree | a52c6d3d162b2471b36be7d33dc13b8a1a0c31f0 /x11-apps/xbiff | |
parent | Fix https urls being actually shown instead of getting downloaded, patch back... (diff) | |
download | historical-0490cb9883f9fcbdff1b1b297427584efbc7c69f.tar.gz historical-0490cb9883f9fcbdff1b1b297427584efbc7c69f.tar.bz2 historical-0490cb9883f9fcbdff1b1b297427584efbc7c69f.zip |
old
Package-Manager: portage-2.2_rc98/cvs/Linux x86_64
Diffstat (limited to 'x11-apps/xbiff')
-rw-r--r-- | x11-apps/xbiff/ChangeLog | 6 | ||||
-rw-r--r-- | x11-apps/xbiff/xbiff-1.0.1-r1.ebuild | 19 |
2 files changed, 5 insertions, 20 deletions
diff --git a/x11-apps/xbiff/ChangeLog b/x11-apps/xbiff/ChangeLog index dea3327387ae..6570ee483e94 100644 --- a/x11-apps/xbiff/ChangeLog +++ b/x11-apps/xbiff/ChangeLog @@ -1,6 +1,10 @@ # 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.33 2010/09/19 19:41:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbiff/ChangeLog,v 1.34 2010/10/21 15:10:28 scarabeus Exp $ + + 21 Oct 2010; Tomáš Chvátal <scarabeus@gentoo.org> + -xbiff-1.0.1-r1.ebuild: + old 19 Sep 2010; Raúl Porcel <armin76@gentoo.org> xbiff-1.0.2.ebuild: s390/sh/sparc stable wrt #327777 diff --git a/x11-apps/xbiff/xbiff-1.0.1-r1.ebuild b/x11-apps/xbiff/xbiff-1.0.1-r1.ebuild deleted file mode 100644 index 043999b51c18..000000000000 --- a/x11-apps/xbiff/xbiff-1.0.1-r1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbiff/xbiff-1.0.1-r1.ebuild,v 1.9 2009/07/07 01:32:11 jer Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="mailbox flag for X" - -KEYWORDS="amd64 arm hppa ~mips ppc ppc64 s390 sh sparc x86" -IUSE="" - -RDEPEND="x11-libs/libXaw - x11-misc/xbitmaps" -DEPEND="${RDEPEND}" - -CONFIGURE_OPTIONS="--disable-xprint" |