diff options
-rw-r--r-- | app-editors/hteditor/files/digest-hteditor-0.7.3 | 1 | ||||
-rw-r--r-- | app-editors/hteditor/hteditor-0.7.3.ebuild | 29 | ||||
-rw-r--r-- | app-editors/hteditor/hteditor-0.7.4.ebuild | 6 | ||||
-rw-r--r-- | app-editors/hteditor/hteditor-0.8.0_pre1.ebuild | 15 | ||||
-rw-r--r-- | app-misc/omnibook/omnibook-20040701.ebuild | 14 |
5 files changed, 18 insertions, 47 deletions
diff --git a/app-editors/hteditor/files/digest-hteditor-0.7.3 b/app-editors/hteditor/files/digest-hteditor-0.7.3 deleted file mode 100644 index f0f707725cf8..000000000000 --- a/app-editors/hteditor/files/digest-hteditor-0.7.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 746daea18735b38e46b3eb9addc97ad5 ht-0.7.3.tar.bz2 663567 diff --git a/app-editors/hteditor/hteditor-0.7.3.ebuild b/app-editors/hteditor/hteditor-0.7.3.ebuild deleted file mode 100644 index 5efb1dca89cb..000000000000 --- a/app-editors/hteditor/hteditor-0.7.3.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/hteditor/hteditor-0.7.3.ebuild,v 1.6 2004/06/27 22:13:51 vapier Exp $ - -DESCRIPTION="editor for executable files" -HOMEPAGE="http://hte.sourceforge.net/" -SRC_URI="mirror://sourceforge/hte/ht-${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 -alpha" -IUSE="" - -DEPEND="virtual/libc" - -S="${WORKDIR}/ht-${PV}" - -src_compile() { - chmod +x configure - ./configure --prefix=/usr --sysconfdir=/etc || die - emake || die -} - -src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS KNOWNBUGS TODO README - dohtml doc/ht.html - doinfo doc/*.info -} diff --git a/app-editors/hteditor/hteditor-0.7.4.ebuild b/app-editors/hteditor/hteditor-0.7.4.ebuild index c05dd1408856..cc2f650ac8f2 100644 --- a/app-editors/hteditor/hteditor-0.7.4.ebuild +++ b/app-editors/hteditor/hteditor-0.7.4.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/hteditor/hteditor-0.7.4.ebuild,v 1.7 2004/10/05 12:19:43 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hteditor/hteditor-0.7.4.ebuild,v 1.8 2004/10/26 13:21:33 vapier Exp $ + +inherit toolchain-funcs DESCRIPTION="editor for executable files" HOMEPAGE="http://hte.sourceforge.net/" @@ -8,7 +10,7 @@ SRC_URI="mirror://sourceforge/hte/ht-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc -alpha" +KEYWORDS="ppc x86" IUSE="" DEPEND="virtual/libc" diff --git a/app-editors/hteditor/hteditor-0.8.0_pre1.ebuild b/app-editors/hteditor/hteditor-0.8.0_pre1.ebuild index 8e83efd9b2b9..fb6f07010b06 100644 --- a/app-editors/hteditor/hteditor-0.8.0_pre1.ebuild +++ b/app-editors/hteditor/hteditor-0.8.0_pre1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/hteditor/hteditor-0.8.0_pre1.ebuild,v 1.3 2004/06/27 22:13:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hteditor/hteditor-0.8.0_pre1.ebuild,v 1.4 2004/10/26 13:21:33 vapier Exp $ + +inherit toolchain-funcs DESCRIPTION="editor for executable files" HOMEPAGE="http://hte.sourceforge.net/" @@ -8,13 +10,12 @@ SRC_URI="mirror://sourceforge/hte/ht-${PV/_/}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc -alpha" +KEYWORDS="~ppc ~x86" IUSE="" RDEPEND="virtual/libc virtual/x11 sys-libs/ncurses" - DEPEND="${RDEPEND} >=sys-devel/automake-1.4 sys-devel/autoconf @@ -25,10 +26,10 @@ S="${WORKDIR}/ht-${PV/_/}" src_compile() { chmod +x configure - local myconf="--prefix=/usr --sysconfdir=/etc" - ./configure ${myconf} || die - emake "CC=${CC}" CXX=${CXX} "CFLAGS=${CFLAGS}" \ - "CXXFLAGS=${CXXFLAGS}" "LDFLAGS=${LDFLAGS}"|| die + ./configure --prefix=/usr --sysconfdir=/etc || die + emake \ + CC="$(tc-getCC)" CXX="$(tc-getCXX)" CFLAGS="${CFLAGS}" \ + CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" || die } src_install() { diff --git a/app-misc/omnibook/omnibook-20040701.ebuild b/app-misc/omnibook/omnibook-20040701.ebuild index 563910c66466..bd60464f0f5e 100644 --- a/app-misc/omnibook/omnibook-20040701.ebuild +++ b/app-misc/omnibook/omnibook-20040701.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/omnibook/omnibook-20040701.ebuild,v 1.2 2004/08/18 14:05:23 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/omnibook/omnibook-20040701.ebuild,v 1.3 2004/10/26 13:26:22 vapier Exp $ + +inherit toolchain-funcs MY_PV="2004-07-01" MY_P="${PN}-${MY_PV}" @@ -8,6 +10,7 @@ MY_P="${PN}-${MY_PV}" DESCRIPTION="Linux kernel module for HP Omnibook support" HOMEPAGE="http://www.sourceforge.net/projects/omke" SRC_URI="mirror://sourceforge/omke/${MY_P}.tar.gz" + LICENSE="GPL-2" SLOT="${KV}" KEYWORDS="~x86" @@ -18,7 +21,7 @@ S="${WORKDIR}/${MY_P}" src_compile() { unset ARCH - emake CC="gcc ${CFLAGS}" KSRC='/usr/src/linux' KERNEL="$(echo ${KV} | cut -c 1-3)" || die + emake CC="$(tc-getCC) ${CFLAGS}" KSRC='/usr/src/linux' KERNEL="$(echo ${KV} | cut -c 1-3)" || die } src_install() { @@ -27,12 +30,7 @@ src_install() { # when the user did a make modules_install in the Kernel tree insinto /lib/modules/${KV}/char - doins omnibook.o + doins omnibook.o || die dodoc ${S}/doc/* } - -pkg_postinst() { - echo '>>> Running depmod...' - depmod -aq || die -} |