grozin      14/03/09 14:17:09

  Modified:             ChangeLog
  Added:                uiop-3.0.3.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key 
0x3AFFCE974D34BD8C!)

Revision  Changes    Path
1.9                  dev-lisp/uiop/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/uiop/ChangeLog?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/uiop/ChangeLog?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/uiop/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/uiop/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   12 Dec 2013 09:54:01 -0000      1.8
+++ ChangeLog   9 Mar 2014 14:17:09 -0000       1.9
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lisp/uiop
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/uiop/ChangeLog,v 1.8 2013/12/12 
09:54:01 nimiux Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/uiop/ChangeLog,v 1.9 2014/03/09 
14:17:09 grozin Exp $
+
+*uiop-3.0.3 (09 Mar 2014)
+
+  09 Mar 2014; Andrey Grozin <[email protected]> +uiop-3.0.3.ebuild:
+  Version bump
 
   12 Dec 2013; Chema Alonso <[email protected]> uiop-3.0.2.4.ebuild:
   Revoke stable for amd64 wrt bug #485632



1.1                  dev-lisp/uiop/uiop-3.0.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/uiop/uiop-3.0.3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/uiop/uiop-3.0.3.ebuild?rev=1.1&content-type=text/plain

Index: uiop-3.0.3.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/uiop/uiop-3.0.3.ebuild,v 1.1 
2014/03/09 14:17:09 grozin Exp $

EAPI=5
inherit eutils

DESCRIPTION="UIOP is a portability layer spun off ASDF3"
HOMEPAGE="http://common-lisp.net/project/asdf/";
SRC_URI="http://common-lisp.net/project/asdf/archives/asdf-${PV}.tar.gz";

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""

RDEPEND="~dev-lisp/asdf-${PV}"

S="${WORKDIR}/${PN}"

src_install() {
        insinto /usr/share/common-lisp/source/${PN}
        doins -r contrib *.lisp ../version.lisp-expr uiop.asd asdf-driver.asd
        dodir /usr/share/common-lisp/systems
        dosym /usr/share/common-lisp/source/${PN}/uiop.asd 
/usr/share/common-lisp/systems/uiop.asd
        dosym /usr/share/common-lisp/source/${PN}/asdf-driver.asd 
/usr/share/common-lisp/systems/asdf-driver.asd
}




Reply via email to