diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-11-25 17:22:48 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-11-25 17:22:48 +0000 |
commit | 4ed209b0f352ce97f8fed18d461cf132e24f8178 (patch) | |
tree | 83e76ba68b3bd5ad18613f59da48478fc2ef6665 /app-office | |
parent | Remove old Postfix 2.4.X ebuilds. Add Postfix 2.4.6. (diff) | |
download | gentoo-2-4ed209b0f352ce97f8fed18d461cf132e24f8178.tar.gz gentoo-2-4ed209b0f352ce97f8fed18d461cf132e24f8178.tar.bz2 gentoo-2-4ed209b0f352ce97f8fed18d461cf132e24f8178.zip |
Keyword ~amd64 wrt #192542.
(Portage version: 2.1.4_rc3)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/tedia2sql/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/tedia2sql/tedia2sql-1.2.12.ebuild | 13 |
2 files changed, 7 insertions, 11 deletions
diff --git a/app-office/tedia2sql/ChangeLog b/app-office/tedia2sql/ChangeLog index c5853b5b32c5..21c69222076c 100644 --- a/app-office/tedia2sql/ChangeLog +++ b/app-office/tedia2sql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/tedia2sql # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/tedia2sql/ChangeLog,v 1.11 2007/05/15 09:45:54 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/tedia2sql/ChangeLog,v 1.12 2007/11/25 17:22:48 drac Exp $ + + 25 Nov 2007; Samuli Suominen <drac@gentoo.org> tedia2sql-1.2.12.ebuild: + Keyword ~amd64 wrt #192542. 15 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml: add <herd>no-herd</herd> diff --git a/app-office/tedia2sql/tedia2sql-1.2.12.ebuild b/app-office/tedia2sql/tedia2sql-1.2.12.ebuild index 8b57304c680b..25da453cb61f 100644 --- a/app-office/tedia2sql/tedia2sql-1.2.12.ebuild +++ b/app-office/tedia2sql/tedia2sql-1.2.12.ebuild @@ -1,16 +1,14 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/tedia2sql/tedia2sql-1.2.12.ebuild,v 1.1 2007/03/05 20:59:13 anant Exp $ - -inherit eutils +# $Header: /var/cvsroot/gentoo-x86/app-office/tedia2sql/tedia2sql-1.2.12.ebuild,v 1.2 2007/11/25 17:22:48 drac Exp $ DESCRIPTION="Convert database ERD designed in Dia into SQL DDL scripts." -HOMEPAGE="http://tedia2sql.tigris.org/" +HOMEPAGE="http://tedia2sql.tigris.org" SRC_URI="http://tedia2sql.tigris.org/files/documents/282/19423/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc" DEPEND=">=dev-lang/perl-5.8 @@ -19,11 +17,6 @@ DEPEND=">=dev-lang/perl-5.8 S=${WORKDIR}/${PN} -src_unpack() { - unpack ${A} - cd ${S} -} - src_install() { insinto /etc doins tedia2sqlrc |