diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2003-10-24 10:18:48 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2003-10-24 10:18:48 +0000 |
commit | 3c709cc35cc95360152193460baf3a86c1404304 (patch) | |
tree | 622fdd7e40a77794c07b17526bb9101226e6fa0f /app-sci/singular | |
parent | ebuild touchup (diff) | |
download | historical-3c709cc35cc95360152193460baf3a86c1404304.tar.gz historical-3c709cc35cc95360152193460baf3a86c1404304.tar.bz2 historical-3c709cc35cc95360152193460baf3a86c1404304.zip |
added postinst notice
Diffstat (limited to 'app-sci/singular')
-rw-r--r-- | app-sci/singular/Manifest | 2 | ||||
-rw-r--r-- | app-sci/singular/singular-2.0.4.ebuild | 7 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-sci/singular/Manifest b/app-sci/singular/Manifest index f2ccba4f88f3..e68f1d426fb7 100644 --- a/app-sci/singular/Manifest +++ b/app-sci/singular/Manifest @@ -1,4 +1,4 @@ -MD5 eb94cc70a08390a13b1a1504fd5da2f4 singular-2.0.4.ebuild 2537 +MD5 b855f61a43f9b7c8674f863674cd129e singular-2.0.4.ebuild 2670 MD5 d3437d25b8c64f25372d74aef6c0cd51 ChangeLog 446 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 MD5 b52673163a28446aae41691abc3e705d files/digest-singular-2.0.4 862 diff --git a/app-sci/singular/singular-2.0.4.ebuild b/app-sci/singular/singular-2.0.4.ebuild index 18e2ea14744c..7713c0986fd6 100644 --- a/app-sci/singular/singular-2.0.4.ebuild +++ b/app-sci/singular/singular-2.0.4.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/app-sci/singular/singular-2.0.4.ebuild,v 1.1 2003/10/24 10:13:41 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/singular/singular-2.0.4.ebuild,v 1.2 2003/10/24 10:18:43 phosphan Exp $ S=${WORKDIR}/${P} MINPV=${PV//./-} @@ -84,3 +84,8 @@ src_install () { cd ${D}/usr rm -r ${myarchprefix}-Linux } + +pkg_postinst() { + einfo "The authors ask you to register as a SINGULAR user." + einfo "Please check the license file for details." +} |