diff options
author | John N. Laliberte <allanonjl@gentoo.org> | 2005-07-31 22:11:54 +0000 |
---|---|---|
committer | John N. Laliberte <allanonjl@gentoo.org> | 2005-07-31 22:11:54 +0000 |
commit | 55acbdcd720965c3c6744d19143c0cb486593c3a (patch) | |
tree | 2f0dd962c13401bcd0c106ef0d1daed1c1774529 /gnome-base/orbit | |
parent | QA: Remove default src_compile (diff) | |
download | historical-55acbdcd720965c3c6744d19143c0cb486593c3a.tar.gz historical-55acbdcd720965c3c6744d19143c0cb486593c3a.tar.bz2 historical-55acbdcd720965c3c6744d19143c0cb486593c3a.zip |
Add back indent for 2.12.0 only, this version still needs it.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'gnome-base/orbit')
-rw-r--r-- | gnome-base/orbit/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-base/orbit/Manifest | 4 | ||||
-rw-r--r-- | gnome-base/orbit/orbit-2.12.0.ebuild | 3 |
3 files changed, 8 insertions, 4 deletions
diff --git a/gnome-base/orbit/ChangeLog b/gnome-base/orbit/ChangeLog index 8b728021ee3f..9bdcc667a161 100644 --- a/gnome-base/orbit/ChangeLog +++ b/gnome-base/orbit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-base/orbit # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/orbit/ChangeLog,v 1.29 2005/07/30 12:30:26 allanonjl Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/orbit/ChangeLog,v 1.30 2005/07/31 22:11:54 allanonjl Exp $ + + 31 Jul 2005; John N. Laliberte <allanonjl@gentoo.org> orbit-2.12.0.ebuild: + Add back indent for 2.12.0 only, this version still needs it. 30 Jul 2005; John N. Laliberte <allanonjl@gentoo.org> orbit-2.12.0.ebuild, orbit-2.12.1.ebuild, orbit-2.12.2.ebuild: diff --git a/gnome-base/orbit/Manifest b/gnome-base/orbit/Manifest index 185c6097df53..cb9284f25c6f 100644 --- a/gnome-base/orbit/Manifest +++ b/gnome-base/orbit/Manifest @@ -1,9 +1,9 @@ MD5 e3a8dc018eb029f302884b2fc80adf56 orbit-2.12.2.ebuild 1017 MD5 6f6fa3795d0324df35315d2215d55248 orbit-0.5.17.ebuild 1650 MD5 d40a858ca12ad21c80148cd58630a1ee orbit-2.12.1.ebuild 1017 -MD5 d596d71174ba3c3423eb126a5aafd954 ChangeLog 3366 +MD5 0a9b18b7f437b0af16d9339c835dd22a ChangeLog 3508 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 -MD5 c79c993f175daff91e53758b960db2e4 orbit-2.12.0.ebuild 1112 +MD5 f97863fe20a93ca009cce12093900e94 orbit-2.12.0.ebuild 1129 MD5 51bfc1efb763de186ee1b1f1e594891a files/digest-orbit-0.5.17 66 MD5 56089adf3d4cbee72a699b2f8ade07ca files/digest-orbit-2.12.0 66 MD5 37466577b20f8ae228826573b3346263 files/digest-orbit-2.12.1 66 diff --git a/gnome-base/orbit/orbit-2.12.0.ebuild b/gnome-base/orbit/orbit-2.12.0.ebuild index 5cd122eafc6d..7a640e6798a6 100644 --- a/gnome-base/orbit/orbit-2.12.0.ebuild +++ b/gnome-base/orbit/orbit-2.12.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/orbit/orbit-2.12.0.ebuild,v 1.12 2005/07/30 12:30:26 allanonjl Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/orbit/orbit-2.12.0.ebuild,v 1.13 2005/07/31 22:11:54 allanonjl Exp $ inherit gnome2 eutils @@ -20,6 +20,7 @@ IUSE="doc ssl" RDEPEND=">=dev-libs/glib-2 >=dev-libs/popt-1.5 >=dev-libs/libIDL-0.8.2 + dev-util/indent ssl? ( >=dev-libs/openssl-0.9.6 )" #libIDL dep in configure.in is wrong |