public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/kdvi: ChangeLog kdvi-3.5.9.ebuild
@ 2008-02-20 22:58 Wulf Krueger (philantrop)
  0 siblings, 0 replies; 2+ messages in thread
From: Wulf Krueger (philantrop) @ 2008-02-20 22:58 UTC (permalink / raw
  To: gentoo-commits

philantrop    08/02/20 22:58:10

  Modified:             ChangeLog
  Added:                kdvi-3.5.9.ebuild
  Log:
  Version bump to KDE 3.5.9.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.83                 kde-base/kdvi/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdvi/ChangeLog?rev=1.83&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdvi/ChangeLog?rev=1.83&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdvi/ChangeLog?r1=1.82&r2=1.83

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdvi/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog	17 Feb 2008 02:58:38 -0000	1.82
+++ ChangeLog	20 Feb 2008 22:58:09 -0000	1.83
@@ -1,6 +1,11 @@
 # ChangeLog for kde-base/kdvi
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdvi/ChangeLog,v 1.82 2008/02/17 02:58:38 ingmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdvi/ChangeLog,v 1.83 2008/02/20 22:58:09 philantrop Exp $
+
+*kdvi-3.5.9 (20 Feb 2008)
+
+  20 Feb 2008; Wulf C. Krueger <philantrop@gentoo.org> +kdvi-3.5.9.ebuild:
+  Version bump to KDE 3.5.9.
 
   16 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> -kdvi-3.5.5.ebuild,
   -kdvi-3.5.6.ebuild, -kdvi-3.5.7.ebuild:



1.1                  kde-base/kdvi/kdvi-3.5.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdvi/kdvi-3.5.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdvi/kdvi-3.5.9.ebuild?rev=1.1&content-type=text/plain

Index: kdvi-3.5.9.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdvi/kdvi-3.5.9.ebuild,v 1.1 2008/02/20 22:58:09 philantrop Exp $

KMNAME=kdegraphics
EAPI="1"
inherit kde-meta eutils elisp-common

DESCRIPTION="KDE DVI viewer"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="emacs tetex"

DEPEND=">=kde-base/kviewshell-${PV}:${SLOT}
	>=media-libs/freetype-2.3
	emacs? ( virtual/emacs )"
RDEPEND="${DEPEND}
	tetex? ( virtual/tetex )"

KMCOMPILEONLY="kviewshell/"
SITEFILE=50${PN}-gentoo.el

src_compile() {
	kde-meta_src_compile

	if use emacs; then
		cd "${S}/doc/kdvi"
		elisp-compile kdvi-search.el
	fi
}

src_install() {
	kde-meta_src_install

	if use emacs; then
		elisp-install ${PN} doc/kdvi/kdvi-search.el*
		elisp-site-file-install "${FILESDIR}/${SITEFILE}"
	fi
}

pkg_postinst() {
	kde_pkg_postinst
	use emacs && elisp-site-regen
}

pkg_postrm() {
	kde_pkg_postrm
	use emacs && elisp-site-regen
}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in kde-base/kdvi: ChangeLog kdvi-3.5.9.ebuild
@ 2009-10-12 21:06 Jonathan Callen (abcd)
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Callen (abcd) @ 2009-10-12 21:06 UTC (permalink / raw
  To: gentoo-commits

abcd        09/10/12 21:06:12

  Modified:             ChangeLog
  Removed:              kdvi-3.5.9.ebuild
  Log:
  KDE 3.5.9 removal
  (Portage version: -svn/cvs/Linux i686)

Revision  Changes    Path
1.99                 kde-base/kdvi/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdvi/ChangeLog?rev=1.99&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdvi/ChangeLog?rev=1.99&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdvi/ChangeLog?r1=1.98&r2=1.99

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdvi/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog	12 Jul 2009 13:09:23 -0000	1.98
+++ ChangeLog	12 Oct 2009 21:06:12 -0000	1.99
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kdvi
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdvi/ChangeLog,v 1.98 2009/07/12 13:09:23 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdvi/ChangeLog,v 1.99 2009/10/12 21:06:12 abcd Exp $
+
+  12 Oct 2009; Jonathan Callen <abcd@gentoo.org> -kdvi-3.5.9.ebuild:
+  KDE 3.5.9 removal
 
   12 Jul 2009; Raúl Porcel <armin76@gentoo.org> kdvi-3.5.10.ebuild:
   alpha/ia64/sparc stable wrt #271889






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-10-12 21:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-20 22:58 [gentoo-commits] gentoo-x86 commit in kde-base/kdvi: ChangeLog kdvi-3.5.9.ebuild Wulf Krueger (philantrop)
  -- strict thread matches above, loose matches on Subject: below --
2009-10-12 21:06 Jonathan Callen (abcd)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox