diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2004-12-03 12:50:00 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2004-12-03 12:50:00 +0000 |
commit | c0f2937d36addd06365d313fcd38fbf95b408152 (patch) | |
tree | 0adad6568ebf747c9ce280273404b42fe555035f /dev-libs | |
parent | stable on ppc gsla: 70515, btw i'm back!!!! (Manifest recommit) (diff) | |
download | gentoo-2-c0f2937d36addd06365d313fcd38fbf95b408152.tar.gz gentoo-2-c0f2937d36addd06365d313fcd38fbf95b408152.tar.bz2 gentoo-2-c0f2937d36addd06365d313fcd38fbf95b408152.zip |
Cleanup
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libticables/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libticables/files/digest-libticables-3.7.7 | 1 | ||||
-rw-r--r-- | dev-libs/libticables/libticables-3.7.7.ebuild | 23 |
3 files changed, 5 insertions, 25 deletions
diff --git a/dev-libs/libticables/ChangeLog b/dev-libs/libticables/ChangeLog index 215998720395..e1fa222a46d9 100644 --- a/dev-libs/libticables/ChangeLog +++ b/dev-libs/libticables/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libticables # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libticables/ChangeLog,v 1.9 2004/12/02 10:14:25 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libticables/ChangeLog,v 1.10 2004/12/03 12:50:00 phosphan Exp $ + + 03 Dec 2004; Patrick Kursawe <phosphan@gentoo.org> + -libticables-3.7.7.ebuild: + Cleanup 02 Dec 2004; Lars Weiler <pylon@gentoo.org> libticables-3.8.6.ebuild: Stable on ppc. See bug #68712. diff --git a/dev-libs/libticables/files/digest-libticables-3.7.7 b/dev-libs/libticables/files/digest-libticables-3.7.7 deleted file mode 100644 index 6ebe16d7e208..000000000000 --- a/dev-libs/libticables/files/digest-libticables-3.7.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 d47c54228fb883a3cf1d5f779a926471 libticables-3.7.7.tar.gz 548323 diff --git a/dev-libs/libticables/libticables-3.7.7.ebuild b/dev-libs/libticables/libticables-3.7.7.ebuild deleted file mode 100644 index 6b8df28471a8..000000000000 --- a/dev-libs/libticables/libticables-3.7.7.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libticables/libticables-3.7.7.ebuild,v 1.4 2004/06/24 23:24:04 agriffis Exp $ - -DESCRIPTION="libticables is a necessary library for the TiLP calculator linking program." -HOMEPAGE="http://tilp.sourceforge.net/" - -SRC_URI="mirror://sourceforge/tilp/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -# Only tested on x86 so far... -KEYWORDS="x86" -IUSE="" -DEPEND="" - -src_compile() { - econf || die "econf failed" - emake || die -} - -src_install() { - einstall aclocaldir=${D}/usr/share/aclocal || die -} |