summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Teaford Cowan <bcowan@gentoo.org>2004-12-15 00:14:32 +0000
committerBrad Teaford Cowan <bcowan@gentoo.org>2004-12-15 00:14:32 +0000
commit1011ff9dfdd59bf5fc6ba0f71b284cd2a3c43bee (patch)
tree343db9eae3658a11d77276497b7d6c54e67730ee /xfce-extra/terminal
parentchangelog entry (Manifest recommit) (diff)
downloadgentoo-2-1011ff9dfdd59bf5fc6ba0f71b284cd2a3c43bee.tar.gz
gentoo-2-1011ff9dfdd59bf5fc6ba0f71b284cd2a3c43bee.tar.bz2
gentoo-2-1011ff9dfdd59bf5fc6ba0f71b284cd2a3c43bee.zip
more cleanup
Diffstat (limited to 'xfce-extra/terminal')
-rw-r--r--xfce-extra/terminal/files/digest-terminal-0.2.0_pre21
-rw-r--r--xfce-extra/terminal/terminal-0.2.0_pre2.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/xfce-extra/terminal/files/digest-terminal-0.2.0_pre2 b/xfce-extra/terminal/files/digest-terminal-0.2.0_pre2
deleted file mode 100644
index cab4a595f63b..000000000000
--- a/xfce-extra/terminal/files/digest-terminal-0.2.0_pre2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a7b7ec3c3e6bdf7d4d936b5a07eeba5f Terminal-0.2.0pre2.tar.bz2 682234
diff --git a/xfce-extra/terminal/terminal-0.2.0_pre2.ebuild b/xfce-extra/terminal/terminal-0.2.0_pre2.ebuild
deleted file mode 100644
index 3e0b7c259cd9..000000000000
--- a/xfce-extra/terminal/terminal-0.2.0_pre2.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/xfce-extra/terminal/terminal-0.2.0_pre2.ebuild,v 1.1 2004/12/02 00:38:25 bcowan Exp $
-
-MY_P="${PN/t/T}-${PV/_/}"
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="Terminal with close ties to xfce"
-HOMEPAGE="http://www.os-cillation.com/"
-SRC_URI="http://download.berlios.de/xfce-goodies/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/gtk+-2.4*
- dev-libs/libxml2
- >=xfce-extra/exo-0.2.0_pre2
- >=x11-libs/vte-0.11.11
- x11-libs/startup-notification
- xfce-base/xfce4-base"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc AUTHORS INSTALL README COPYING ChangeLog HACKING NEWS THANKS TODO
-}