summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-09-23 11:29:25 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-09-23 11:29:25 +0000
commitf08ede7f15576d01d66b226b7b7b84d5eae4c020 (patch)
tree435ab3ea9d8d59e8854a18745e8c8799bf2435ee /x11-terms
parentFix automagic xfce-base/thunar depend wrt #285738, thanks to Alexis Ballier f... (diff)
downloadgentoo-2-f08ede7f15576d01d66b226b7b7b84d5eae4c020.tar.gz
gentoo-2-f08ede7f15576d01d66b226b7b7b84d5eae4c020.tar.bz2
gentoo-2-f08ede7f15576d01d66b226b7b7b84d5eae4c020.zip
old
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'x11-terms')
-rw-r--r--x11-terms/terminal/Manifest3
-rw-r--r--x11-terms/terminal/files/terminal-configure.in.patch44
-rw-r--r--x11-terms/terminal/terminal-0.2.12.ebuild47
3 files changed, 0 insertions, 94 deletions
diff --git a/x11-terms/terminal/Manifest b/x11-terms/terminal/Manifest
index e0215f75c211..532593e26c39 100644
--- a/x11-terms/terminal/Manifest
+++ b/x11-terms/terminal/Manifest
@@ -1,7 +1,4 @@
-AUX terminal-configure.in.patch 1372 RMD160 662e7ccbd418fe05457cef49e1a933330b49c760 SHA1 ca9b48464e8a5172784213e60ba6dda137ca935f SHA256 9e0007375d41410b8ac66b3973627dc9e9eed72ff9aa950b677110e0c679201e
-DIST Terminal-0.2.12.tar.bz2 2005311 RMD160 0879cfbb69d33d63a1a816cf5a67b1c836a5bb65 SHA1 f6d0fc380fff6ac6fba7842fd4cfc46e2e5c6e40 SHA256 352205b03e9ed1b9080c61235fbc0fa15609410e724237441055a232a3b603dc
DIST Terminal-0.4.0.tar.bz2 1795933 RMD160 a30d92af62adfa0dd365a917082a5f9bba6c3076 SHA1 8b52e1841e922a1be28228873bde84eea4c6b456 SHA256 c13b5013eaa0574c1a9974d086f9df30d25d104b6d296d3be4922ee003dc4e0b
-EBUILD terminal-0.2.12.ebuild 1241 RMD160 93abbfa7d13a8f5fa72398ce1f37ec6c7d94c29d SHA1 9a079911da081595546572f9ac41fa6f7b3a0a13 SHA256 459d2e321da5fec7b530a568e24716957c89fedad8a0dcb27faac10428c3665d
EBUILD terminal-0.4.0.ebuild 1205 RMD160 7bb6b7c2552b9ece10beb86683ba361b6bc2de5a SHA1 4ede16d643582a3ec2e70bf6d3f791f35f581d21 SHA256 09d3c25aa281df481d048b511db6498002d3b2c8e8f6b96305947a9ed8b81551
MISC ChangeLog 11200 RMD160 8823024cdb60d17dcc01c642e7a420d0ca2b1709 SHA1 23686cd1615e93861789ec9fe2e534cf17b7c900 SHA256 e987b08e56a5f8830547c7704f69a20e6ba7e20f177cd01e96da06cb4572420d
MISC metadata.xml 159 RMD160 43722935bd7b4db7fe8db681054f2e53c4a5f7ce SHA1 15958ad72e234ba572c9534533c21532eb6bc0fd SHA256 900ea49b6703fce452e205b85226bf1f994725963e5840da501182e7487d0e63
diff --git a/x11-terms/terminal/files/terminal-configure.in.patch b/x11-terms/terminal/files/terminal-configure.in.patch
deleted file mode 100644
index f02acd5b301e..000000000000
--- a/x11-terms/terminal/files/terminal-configure.in.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-# Add HAVE_DBUS to AM_CONDITIONAL (prevents automake from failing).
-# Do not append -Werror to CFLAGS if debugging support was enabled (ie
-# -enable-debug), and while there remove the Sun Studio specific check for
-# -errwarn.
-
---- configure.in.orig 2009-06-11 19:49:23.580627864 +0100
-+++ configure.in 2009-06-11 19:50:05.001816291 +0100
-@@ -107,6 +107,7 @@
- AC_MSG_RESULT([no])
- fi
- fi
-+AM_CONDITIONAL([HAVE_DBUS], [test "x$DBUS_FOUND" = "xyes"])
-
- dnl **************************
- dnl *** Check for xsltproc ***
-@@ -162,28 +163,6 @@
- dnl Print the result
- AC_MSG_RESULT([$enable_debug])
-
-- dnl Check whether the compiler accepts the -Werror
-- save_CFLAGS="$CFLAGS"
-- CFLAGS="$CFLAGS -Werror"
-- AC_MSG_CHECKING([whether $CC accepts -Werror])
-- AC_COMPILE_IFELSE(AC_LANG_SOURCE([int x;]), [
-- AC_MSG_RESULT([yes])
-- PLATFORM_CFLAGS="$PLATFORM_CFLAGS -Werror"
-- ], [
-- AC_MSG_RESULT([no])
--
-- dnl Check whether the compiler accepts the -errwarn=%all
-- CFLAGS="$save_CFLAGS -errwarn=%all"
-- AC_MSG_CHECKING([whether $CC accepts -errwarn=%all])
-- AC_COMPILE_IFELSE(AC_LANG_SOURCE([int x;]), [
-- AC_MSG_RESULT([yes])
-- PLATFORM_CFLAGS="$PLATFORM_CFLAGS -errwarn=%all"
-- ], [
-- AC_MSG_RESULT([no])
-- ])
-- ])
-- CFLAGS="$save_CFLAGS"
--
- dnl Check whether the compiler accepts the -Wall
- save_CFLAGS="$CFLAGS"
- CFLAGS="$CFLAGS -Wall"
diff --git a/x11-terms/terminal/terminal-0.2.12.ebuild b/x11-terms/terminal/terminal-0.2.12.ebuild
deleted file mode 100644
index d5f13704ae50..000000000000
--- a/x11-terms/terminal/terminal-0.2.12.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/terminal/terminal-0.2.12.ebuild,v 1.12 2009/08/23 17:52:42 ssuominen Exp $
-
-EAPI=1
-
-MY_P="${P/t/T}"
-inherit autotools xfce4
-
-XFCE_VERSION=4.6.1
-
-xfce4_core
-
-DESCRIPTION="Terminal for Xfce desktop environment, based on vte library."
-HOMEPAGE="http://www.xfce.org/projects/terminal"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="dbus debug startup-notification doc"
-
-RDEPEND=">=dev-libs/glib-2.6:2
- media-libs/fontconfig
- media-libs/freetype
- >=x11-libs/gtk+-2.10:2
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/libX11
- x11-libs/libXft
- x11-libs/libXrender
- >=x11-libs/vte-0.11.11
- >=xfce-base/exo-0.3.4
- startup-notification? ( x11-libs/startup-notification )
- dbus? ( dev-libs/dbus-glib )"
-DEPEND="${RDEPEND}
- dev-util/intltool
- dev-util/xfce4-dev-tools
- doc? ( dev-libs/libxslt )"
-
-XFCE4_PATCHES="${FILESDIR}/${PN}-configure.in.patch"
-DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO"
-
-pkg_setup() {
- XFCE_CONFIG="$(use_enable dbus) $(use_enable doc xsltproc)"
-}
-
-src_unpack() {
- xfce4_src_unpack
- AT_M4DIR=/usr/share/xfce4/dev-tools/m4macros eautoreconf
-}