summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2006-10-04 14:09:53 +0000
committerJim Ramsay <lack@gentoo.org>2006-10-04 14:09:53 +0000
commitb23836fa742831ba779bdae608f7d0547f869030 (patch)
treed10e671ce72d0b282350de2b53bd2bbd0eb83153 /rox-base
parentFixed order of version variables for 'include rox' (diff)
downloadhistorical-b23836fa742831ba779bdae608f7d0547f869030.tar.gz
historical-b23836fa742831ba779bdae608f7d0547f869030.tar.bz2
historical-b23836fa742831ba779bdae608f7d0547f869030.zip
Fixed order of version variables for 'include rox'
Package-Manager: portage-2.1.2_pre1-r3
Diffstat (limited to 'rox-base')
-rw-r--r--rox-base/mime-editor/ChangeLog5
-rw-r--r--rox-base/mime-editor/mime-editor-0.5.ebuild4
-rw-r--r--rox-base/oroborox/ChangeLog5
-rw-r--r--rox-base/oroborox/oroborox-0.9.8.ebuild8
4 files changed, 14 insertions, 8 deletions
diff --git a/rox-base/mime-editor/ChangeLog b/rox-base/mime-editor/ChangeLog
index 9c0338cbc059..a9ef97c2ab9a 100644
--- a/rox-base/mime-editor/ChangeLog
+++ b/rox-base/mime-editor/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for rox-base/mime-editor
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/rox-base/mime-editor/ChangeLog,v 1.4 2006/09/29 22:51:59 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/rox-base/mime-editor/ChangeLog,v 1.5 2006/10/04 14:08:04 lack Exp $
+
+ 04 Oct 2006; Jim Ramsay <lack@gentoo.org> mime-editor-0.5.ebuild:
+ Fixed order of version variables for 'include rox'
*mime-editor-0.5 (29 Sep 2006)
diff --git a/rox-base/mime-editor/mime-editor-0.5.ebuild b/rox-base/mime-editor/mime-editor-0.5.ebuild
index 651defd30c89..0228be9095bf 100644
--- a/rox-base/mime-editor/mime-editor-0.5.ebuild
+++ b/rox-base/mime-editor/mime-editor-0.5.ebuild
@@ -1,7 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/rox-base/mime-editor/mime-editor-0.5.ebuild,v 1.1 2006/09/29 22:51:59 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/rox-base/mime-editor/mime-editor-0.5.ebuild,v 1.2 2006/10/04 14:08:04 lack Exp $
+ROX_LIB_VER=0.9.14
inherit rox
DESCRIPTION="MIME-Editor is editor for the Shared MIME Database for ROX Desktop"
@@ -13,5 +14,4 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-ROX_LIB_VER=0.9.14
APPNAME=MIME-Editor
diff --git a/rox-base/oroborox/ChangeLog b/rox-base/oroborox/ChangeLog
index e934ade53038..e8ec6fbbbc5e 100644
--- a/rox-base/oroborox/ChangeLog
+++ b/rox-base/oroborox/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for rox-base/oroborox
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/rox-base/oroborox/ChangeLog,v 1.6 2006/10/03 19:05:46 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/rox-base/oroborox/ChangeLog,v 1.7 2006/10/04 14:09:53 lack Exp $
+
+ 04 Oct 2006; Jim Ramsay <lack@gentoo.org> oroborox-0.9.8.ebuild:
+ Fixed order of version variables for 'include rox'
03 Oct 2006; <lack@gentoo.org> oroborox-0.9.8.ebuild:
Should still depend on virtual/xft
diff --git a/rox-base/oroborox/oroborox-0.9.8.ebuild b/rox-base/oroborox/oroborox-0.9.8.ebuild
index cceee888472e..e51b5cf074cd 100644
--- a/rox-base/oroborox/oroborox-0.9.8.ebuild
+++ b/rox-base/oroborox/oroborox-0.9.8.ebuild
@@ -1,7 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/rox-base/oroborox/oroborox-0.9.8.ebuild,v 1.2 2006/10/03 19:05:46 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/rox-base/oroborox/oroborox-0.9.8.ebuild,v 1.3 2006/10/04 14:09:53 lack Exp $
+ROX_LIB_VER=1.9.14
inherit rox
MY_PN="OroboROX"
@@ -32,11 +33,11 @@ DEPEND="
x11-libs/libXcomposite
x11-libs/libXdamage
xinerama? ( x11-proto/xineramaproto )
- startup-notification? ( x11-libs/startup-notification )
)
virtual/x11
)
"
+ #startup-notification? ( x11-libs/startup-notification )
RDEPEND="
>=media-libs/freetype-2.0
@@ -49,14 +50,13 @@ RDEPEND="
x11-libs/libXrender
x11-libs/libXxf86vm
xinerama? ( x11-libs/libXinerama )
- startup-notification? ( x11-libs/startup-notification )
)
virtual/x11
)
"
+ #startup-notification? ( x11-libs/startup-notification )
S=${WORKDIR}
-ROX_LIB_VER=1.9.14
SET_PERM=TRUE
APPNAME=${MY_PN}