summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2003-10-16 03:13:33 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2003-10-16 03:13:33 +0000
commit1f03b0b44cfad3c040166dd8439900c55483d498 (patch)
tree604bc310dbe9a7ceb5902ac7a3613cf3083516fd /dev-lisp/cl-html-template
parent*** empty log message *** (diff)
downloadgentoo-2-1f03b0b44cfad3c040166dd8439900c55483d498.tar.gz
gentoo-2-1f03b0b44cfad3c040166dd8439900c55483d498.tar.bz2
gentoo-2-1f03b0b44cfad3c040166dd8439900c55483d498.zip
preinst, postrm
Diffstat (limited to 'dev-lisp/cl-html-template')
-rw-r--r--dev-lisp/cl-html-template/ChangeLog6
-rw-r--r--dev-lisp/cl-html-template/Manifest5
-rw-r--r--dev-lisp/cl-html-template/cl-html-template-0.1.2.ebuild10
-rw-r--r--dev-lisp/cl-html-template/metadata.xml5
4 files changed, 22 insertions, 4 deletions
diff --git a/dev-lisp/cl-html-template/ChangeLog b/dev-lisp/cl-html-template/ChangeLog
index 4bde7bd83fc2..75c37e06ec56 100644
--- a/dev-lisp/cl-html-template/ChangeLog
+++ b/dev-lisp/cl-html-template/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lisp/cl-html-template
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-html-template/ChangeLog,v 1.1 2003/08/26 15:56:50 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-html-template/ChangeLog,v 1.2 2003/10/16 03:13:29 mkennedy Exp $
+
+ 15 Oct 2003; Matthew Kennedy <mkennedy@gentoo.org>
+ cl-html-template-0.1.2.ebuild, metadata.xml:
+ postrm preinst
*cl-html-template-0.1.2 (26 Aug 2003)
diff --git a/dev-lisp/cl-html-template/Manifest b/dev-lisp/cl-html-template/Manifest
index cd00fdcfc203..c08f215b9fcf 100644
--- a/dev-lisp/cl-html-template/Manifest
+++ b/dev-lisp/cl-html-template/Manifest
@@ -1,3 +1,4 @@
-MD5 3a976aa37b57188c2f2f929a70162bd6 ChangeLog 345
-MD5 eab73ae406065d9399ea1e7988179f9c cl-html-template-0.1.2.ebuild 1193
+MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164
+MD5 d9a48d0424eb0c074070ec3c60e41dba cl-html-template-0.1.2.ebuild 1334
+MD5 2e18b64d6fcb4b7068edb36a8fbb54fc ChangeLog 463
MD5 73454c494abcf80a74cbda0937b17070 files/digest-cl-html-template-0.1.2 70
diff --git a/dev-lisp/cl-html-template/cl-html-template-0.1.2.ebuild b/dev-lisp/cl-html-template/cl-html-template-0.1.2.ebuild
index 77d09e4ed26f..9800a4e58ee7 100644
--- a/dev-lisp/cl-html-template/cl-html-template-0.1.2.ebuild
+++ b/dev-lisp/cl-html-template/cl-html-template-0.1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-html-template/cl-html-template-0.1.2.ebuild,v 1.2 2003/09/06 22:35:54 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-html-template/cl-html-template-0.1.2.ebuild,v 1.3 2003/10/16 03:13:29 mkennedy Exp $
inherit common-lisp
@@ -25,3 +25,11 @@ src_install() {
dodoc CHANGELOG INSTALLATION
dohtml doc/*.html
}
+
+pkg_preinst() {
+ rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true
+}
+
+pkg_postrm() {
+ rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true
+}
diff --git a/dev-lisp/cl-html-template/metadata.xml b/dev-lisp/cl-html-template/metadata.xml
new file mode 100644
index 000000000000..f418045b09c8
--- /dev/null
+++ b/dev-lisp/cl-html-template/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>common-lisp</herd>
+</pkgmetadata>