diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2003-11-20 21:11:45 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2003-11-20 21:11:45 +0000 |
commit | c5c8547eee48a61f3849fa1264515b4ffaa8cf95 (patch) | |
tree | e51fd0efd2789cebe6c920572dbe8b381a00eddf /app-emacs | |
parent | minor version bump (diff) | |
download | gentoo-2-c5c8547eee48a61f3849fa1264515b4ffaa8cf95.tar.gz gentoo-2-c5c8547eee48a61f3849fa1264515b4ffaa8cf95.tar.bz2 gentoo-2-c5c8547eee48a61f3849fa1264515b4ffaa8cf95.zip |
minor version bump
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/boxquote/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/boxquote/Manifest | 5 | ||||
-rw-r--r-- | app-emacs/boxquote/boxquote-1.18.ebuild | 29 | ||||
-rw-r--r-- | app-emacs/boxquote/files/digest-boxquote-1.18 | 1 |
4 files changed, 38 insertions, 4 deletions
diff --git a/app-emacs/boxquote/ChangeLog b/app-emacs/boxquote/ChangeLog index 1ce286424dde..ec1e60a111a4 100644 --- a/app-emacs/boxquote/ChangeLog +++ b/app-emacs/boxquote/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/boxquote # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/boxquote/ChangeLog,v 1.2 2003/02/12 03:51:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/boxquote/ChangeLog,v 1.3 2003/11/20 21:11:42 mkennedy Exp $ + +*boxquote-1.18 (20 Nov 2003) + + 20 Nov 2003; <mkennedy@gentoo.org> boxquote-1.18.ebuild: + minor version bump *boxquote-1.14 (31 Oct 2002) diff --git a/app-emacs/boxquote/Manifest b/app-emacs/boxquote/Manifest index e2f106447292..6d1a784d8856 100644 --- a/app-emacs/boxquote/Manifest +++ b/app-emacs/boxquote/Manifest @@ -1,8 +1,7 @@ -MD5 49e66800cfb08f67a217c3f68c574610 ChangeLog 414 +MD5 8cadd21f7d09e3a5717da1ac3c965ab7 ChangeLog 527 MD5 7262e2941451aae559fd0acd15f8f1c4 boxquote-1.14.ebuild 839 MD5 fcd33d07e4ee719b01157946734f4fe8 metadata.xml 158 -MD5 3357340e4d41c611e39bc89c07b8d8f5 boxquote-1.18.ebuild 627 -MD5 7262e2941451aae559fd0acd15f8f1c4 boxquote-1.18.ebuild~ 839 +MD5 456441a7087d8e6121e3fe634377d4d1 boxquote-1.18.ebuild 627 MD5 7aa7bf0d4957f325412506710af3b314 files/50boxquote-gentoo.el 107 MD5 204c70efc020acd7b4e430d2b2e53bc4 files/digest-boxquote-1.14 64 MD5 49fb79ec6c9cb366f6091caa11a47da5 files/digest-boxquote-1.18 63 diff --git a/app-emacs/boxquote/boxquote-1.18.ebuild b/app-emacs/boxquote/boxquote-1.18.ebuild new file mode 100644 index 000000000000..bedd71a7f6d4 --- /dev/null +++ b/app-emacs/boxquote/boxquote-1.18.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/boxquote/boxquote-1.18.ebuild,v 1.1 2003/11/20 21:11:42 mkennedy Exp $ + +inherit elisp + +IUSE="" + +DESCRIPTION="Quote text with a semi-box" +HOMEPAGE="http://www.davep.org/emacs/" +SRC_URI="mirror://gentoo/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" + +DEPEND="virtual/emacs" + +S="${WORKDIR}/${P}" + +SITEFILE=50boxquote-gentoo.el + +src_compile() { + elisp-comp *.el +} + +src_install() { + elisp-install ${PN} *.el *.elc + elisp-site-file-install ${FILESDIR}/${SITEFILE} +} diff --git a/app-emacs/boxquote/files/digest-boxquote-1.18 b/app-emacs/boxquote/files/digest-boxquote-1.18 new file mode 100644 index 000000000000..cd029312eb92 --- /dev/null +++ b/app-emacs/boxquote/files/digest-boxquote-1.18 @@ -0,0 +1 @@ +MD5 7c9ac2a0c21c6c39535ccd42fcaf8acb boxquote-1.18.tar.gz 5171 |