diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-03-04 06:42:34 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-03-04 06:42:34 +0000 |
commit | b8c8096d688835099726c4a3f489facd734ef890 (patch) | |
tree | 560a1c905725d6070611bf4d97a8c148ba42fd7d /xfce-extra | |
parent | remove obsolete ebuilds (diff) | |
download | historical-b8c8096d688835099726c4a3f489facd734ef890.tar.gz historical-b8c8096d688835099726c4a3f489facd734ef890.tar.bz2 historical-b8c8096d688835099726c4a3f489facd734ef890.zip |
version bump
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/terminal/ChangeLog | 7 | ||||
-rw-r--r-- | xfce-extra/terminal/Manifest | 4 | ||||
-rw-r--r-- | xfce-extra/terminal/files/digest-terminal-0.2.4_pre1 | 1 | ||||
-rw-r--r-- | xfce-extra/terminal/terminal-0.2.4_pre1.ebuild | 17 |
4 files changed, 27 insertions, 2 deletions
diff --git a/xfce-extra/terminal/ChangeLog b/xfce-extra/terminal/ChangeLog index 45f403aa33f5..ce86cc6a9906 100644 --- a/xfce-extra/terminal/ChangeLog +++ b/xfce-extra/terminal/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for xfce-extra/terminal # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/terminal/ChangeLog,v 1.4 2005/01/07 06:29:27 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/terminal/ChangeLog,v 1.5 2005/03/04 06:42:34 bcowan Exp $ + +*terminal-0.2.4_pre1 (04 Mar 2005) + + 04 Mar 2005; Brad Cowan <bcowan@gentoo.org> +terminal-0.2.4_pre1.ebuild: + Version bump. *terminal-0.2.2-r1 (07 Jan 2005) diff --git a/xfce-extra/terminal/Manifest b/xfce-extra/terminal/Manifest index 2d5eddaf65fb..b2da9068edd3 100644 --- a/xfce-extra/terminal/Manifest +++ b/xfce-extra/terminal/Manifest @@ -1,4 +1,6 @@ MD5 b79c82e5faaf4a4e7b3118e6f4a7770d terminal-0.2.2-r1.ebuild 533 -MD5 aff9a6ead0f9788486686e2ec016a2f3 ChangeLog 776 +MD5 e4b3c0c519e91c225cce735ae3ab16b1 terminal-0.2.4_pre1.ebuild 539 +MD5 eee4b8c41398d6540e78cb479ef017fe ChangeLog 904 MD5 c390804e060ffd11a5bbb143434b2b2d metadata.xml 157 MD5 d70719558b669d516582f062bf02d7c9 files/digest-terminal-0.2.2-r1 67 +MD5 ffe4301116b9b2a849aeb52d1e74fd0f files/digest-terminal-0.2.4_pre1 71 diff --git a/xfce-extra/terminal/files/digest-terminal-0.2.4_pre1 b/xfce-extra/terminal/files/digest-terminal-0.2.4_pre1 new file mode 100644 index 000000000000..4f0f03f85f28 --- /dev/null +++ b/xfce-extra/terminal/files/digest-terminal-0.2.4_pre1 @@ -0,0 +1 @@ +MD5 badf5ef8250439861b952606f28f51be Terminal-0.2.4pre1.tar.bz2 852936 diff --git a/xfce-extra/terminal/terminal-0.2.4_pre1.ebuild b/xfce-extra/terminal/terminal-0.2.4_pre1.ebuild new file mode 100644 index 000000000000..6ba99b2abe1a --- /dev/null +++ b/xfce-extra/terminal/terminal-0.2.4_pre1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/terminal/terminal-0.2.4_pre1.ebuild,v 1.1 2005/03/04 06:42:34 bcowan Exp $ + +DESCRIPTION="Terminal with close ties to xfce" +HOMEPAGE="http://www.os-cillation.com/" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND=">=x11-libs/gtk+-2.4* + >=xfce-extra/exo-0.2.0-r1 + >=x11-libs/vte-0.11.11 + >=xfce-base/libxfce4mcs-4.2.0" +MY_P="${PN/t/T}-${PV/_/}" +BZIPPED=1 +GOODIES=1 + +inherit xfce4 |