old ebuilds removed.
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
DIST yzis_20060501-1.tar.gz 1100503 RMD160 9c0b9095c6ecee9c6d6c690a490ca027f28f6e8c SHA1 e144d341e3ac383b2fbaa6a4071395508db03e69 SHA256 7b846cb23699227534007508ebc25fd33b242e5c2ffb7f434606d5c75fa60b4e
|
||||
EBUILD yzis-0.1_pre20060501.ebuild 2993 RMD160 06fe01863310049cc3a98f03005b6920c8979ab3 SHA1 c5cc6ba1b6ea2d0c9561cf95d77eb430b89d67dd SHA256 0075fd5b0777087ded5c477ce4bc62fcb5c040bb9dc9a61ff32f5d31502e9954
|
||||
MD5 2a43bd63e20ff6e7d82d4f4441d9c90d yzis-0.1_pre20060501.ebuild 2993
|
||||
RMD160 06fe01863310049cc3a98f03005b6920c8979ab3 yzis-0.1_pre20060501.ebuild 2993
|
||||
SHA256 0075fd5b0777087ded5c477ce4bc62fcb5c040bb9dc9a61ff32f5d31502e9954 yzis-0.1_pre20060501.ebuild 2993
|
||||
EBUILD yzis-0.1_pre20060518.ebuild 1613 RMD160 1c7481211283c83e6a028b05ee7545d3f1a9d55d SHA1 56924708cf32098f88898d95e90c9b8468e7e152 SHA256 b88b84f5c9f64df893572841209121b656ecf598ed2f067fa481e7b0e0d5c599
|
||||
MD5 a4813db4435a9d6afa3d990c4630a788 yzis-0.1_pre20060518.ebuild 1613
|
||||
RMD160 1c7481211283c83e6a028b05ee7545d3f1a9d55d yzis-0.1_pre20060518.ebuild 1613
|
||||
SHA256 b88b84f5c9f64df893572841209121b656ecf598ed2f067fa481e7b0e0d5c599 yzis-0.1_pre20060518.ebuild 1613
|
||||
MD5 bb559b919c289b333bbde3f1e643dafc files/digest-yzis-0.1_pre20060501 250
|
||||
RMD160 dd28547d2b9b74cc7a39bb87f4e87b7a87523b7f files/digest-yzis-0.1_pre20060501 250
|
||||
SHA256 4c65e4f87aab32268211c9ae0a1851e29b6eddd8fb886c60289ef1bcc285fac8 files/digest-yzis-0.1_pre20060501 250
|
||||
MD5 68b329da9893e34099c7d8ad5cb9c940 files/digest-yzis-0.1_pre20060518 1
|
||||
RMD160 c0da025038ed83c687ddc430da9846ecb97f3998 files/digest-yzis-0.1_pre20060518 1
|
||||
SHA256 01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b files/digest-yzis-0.1_pre20060518 1
|
@@ -1,3 +0,0 @@
|
||||
MD5 51a1a03b21e917d991d9daa894a89d11 yzis_20060501-1.tar.gz 1100503
|
||||
RMD160 9c0b9095c6ecee9c6d6c690a490ca027f28f6e8c yzis_20060501-1.tar.gz 1100503
|
||||
SHA256 7b846cb23699227534007508ebc25fd33b242e5c2ffb7f434606d5c75fa60b4e yzis_20060501-1.tar.gz 1100503
|
@@ -1,95 +0,0 @@
|
||||
# Copyright 1999-2005 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="Yzis - VI-like editor"
|
||||
HOMEPAGE="http://www.yzis.org/"
|
||||
LICENSE="LGPL-2 GPL-2"
|
||||
|
||||
IUSE="ncurses ps kde arts kdeenablefinal debug"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
|
||||
SRC_URI="ftp://download.yzis.org/snapshots/sid/${PV##*_pre}/${PN}_${PV##*_pre}-1.tar.gz"
|
||||
|
||||
RDEPEND=">=x11-libs/qt-3.3
|
||||
ncurses? ( >=sys-libs/ncurses-5.4 )
|
||||
kde? ( >=kde-base/kdelibs-3.3 )
|
||||
ps? ( >=dev-libs/pslib-0.2.2 )
|
||||
arts? ( >=kde-base/arts-1.3 )
|
||||
>=sys-apps/file-4.0
|
||||
>=sys-devel/gettext-0.12.0
|
||||
media-libs/jpeg
|
||||
=dev-lang/lua-5*"
|
||||
DEPEND="${RDEPEND}
|
||||
sys-devel/autoconf
|
||||
>=sys-devel/automake-1.7.0"
|
||||
|
||||
S=${WORKDIR}/${PN}-${PV##*_pre}
|
||||
|
||||
pkg_setup() {
|
||||
# from portage/eclass/kde.eclass :
|
||||
use kde && use arts && if ! built_with_use kdelibs arts ; then
|
||||
eerror "You are trying to compile yzis with the \"arts\" USE flag enabled."
|
||||
eerror "However, $(best_version kdelibs) was compiled with this flag disabled."
|
||||
eerror
|
||||
eerror "You must either disable this use flag, or recompile"
|
||||
eerror "$(best_version kdelibs) with this use flag enabled."
|
||||
die "kdelibs not built with arts"
|
||||
fi
|
||||
#yzis needs ncurses with wide-char-support
|
||||
use ncurses && if ! built_with_use ncurses unicode ; then
|
||||
eerror "You are trying to compile yzis with the \"ncurses\" USE flag enabled."
|
||||
eerror "However, $(best_version ncurses) was compiled with \"unicode\" disabled."
|
||||
eerror
|
||||
eerror "You must either disable this use flag, or recompile"
|
||||
eerror "$(best_version ncurses) with \"unicode\" enabled."
|
||||
die "ncurses not built with unicode"
|
||||
fi
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
local my_conf="$(use_with arts) $(use_enable kde kyzis)
|
||||
$(use_enable ncurses nyzis) $(use_enable ps pslib)"
|
||||
|
||||
# from portage/eclass/kde.eclass :
|
||||
if useq kdeenablefinal; then
|
||||
myconf="$myconf --enable-final"
|
||||
else
|
||||
myconf="$myconf --disable-final"
|
||||
fi
|
||||
[ -z "$UNSERMAKE" ] && myconf="$myconf --disable-dependency-tracking"
|
||||
if use debug ; then
|
||||
myconf="$myconf --enable-debug=full --with-debug"
|
||||
else
|
||||
myconf="$myconf --disable-debug --without-debug"
|
||||
fi
|
||||
|
||||
# from portage/eclass/kde.eclass :
|
||||
# fix the sandbox errors "can't write to .kde or .qt" problems.
|
||||
# this is a fake homedir that is writeable under the sandbox, so that the build process
|
||||
# can do anything it wants with it.
|
||||
REALHOME="$HOME"
|
||||
mkdir -p $T/fakehome/.kde
|
||||
mkdir -p $T/fakehome/.qt
|
||||
export HOME="$T/fakehome"
|
||||
addwrite "${QTDIR}/etc/settings"
|
||||
# things that should access the real homedir
|
||||
[ -d "$REALHOME/.ccache" ] && ln -sf "$REALHOME/.ccache" "$HOME/"
|
||||
[ -n "$UNSERMAKE" ] && addwrite "/usr/kde/unsermake"
|
||||
|
||||
if [ ! -f "./configure" ] || [ -n "$UNSERMAKE" ]; then
|
||||
make -f Makefile.cvs
|
||||
fi
|
||||
econf ${myconf} || die "Configuration failed."
|
||||
emake || die "Build failed."
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR=${D} install
|
||||
dodoc TODO README AUTHORS ChangeLog COPYING COPYING.LGPL doc/VI-COMPATIBILITY
|
||||
docinto "examples"; dodoc doc/examples/*
|
||||
}
|
||||
|
Reference in New Issue
Block a user