diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2008-03-20 21:21:52 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2008-03-20 21:21:52 +0000 |
commit | f3e88dc2c3b91bf0ca7e5a4662b72d5de70a0dd2 (patch) | |
tree | b4e49273c48530be0f2c90a846bf9d4c30e8981b /xfce-extra/terminal | |
parent | remove old (diff) | |
download | historical-f3e88dc2c3b91bf0ca7e5a4662b72d5de70a0dd2.tar.gz historical-f3e88dc2c3b91bf0ca7e5a4662b72d5de70a0dd2.tar.bz2 historical-f3e88dc2c3b91bf0ca7e5a4662b72d5de70a0dd2.zip |
old
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'xfce-extra/terminal')
-rw-r--r-- | xfce-extra/terminal/terminal-0.2.6_p25931.ebuild | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/xfce-extra/terminal/terminal-0.2.6_p25931.ebuild b/xfce-extra/terminal/terminal-0.2.6_p25931.ebuild deleted file mode 100644 index f891185fb47f..000000000000 --- a/xfce-extra/terminal/terminal-0.2.6_p25931.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/terminal/terminal-0.2.6_p25931.ebuild,v 1.10 2007/09/15 07:02:11 drac Exp $ - -inherit xfce44 - -xfce44 - -MY_P="${P/t/T}" -S="${WORKDIR}/${MY_P}" - -DESCRIPTION="Terminal for Xfce desktop environment, based on vte library." -HOMEPAGE="http://www.xfce.org/projects/terminal" -SRC_URI="mirror://gentoo/${MY_P}.tar.bz2" - -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="dbus debug startup-notification doc" - -RESTRICT="test" - -RDEPEND=">=dev-libs/glib-2.6 - >=x11-libs/gtk+-2.6 - media-libs/fontconfig - media-libs/freetype - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXft - x11-libs/libXrender - startup-notification? ( x11-libs/startup-notification ) - dbus? ( dev-libs/dbus-glib ) - >=x11-libs/vte-0.11.11 - >=xfce-extra/exo-0.3.2" -DEPEND="${RDEPEND} - dev-util/pkgconfig - dev-util/intltool - doc? ( dev-libs/libxslt )" - -XFCE_CONFIG="${XFCE_CONFIG} $(use_enable dbus) $(use_enable doc xsltproc) \ - --enable-maintainer-mode" - -DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO" |