diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-30 19:13:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-30 19:13:18 +0000 |
commit | ae6408c6c87e4a341d01309166276f9604981ab0 (patch) | |
tree | 76c261978154581c032048c51ed7f79b2de28603 /sys-libs | |
parent | add latexsuite block (diff) | |
download | historical-ae6408c6c87e4a341d01309166276f9604981ab0.tar.gz historical-ae6408c6c87e4a341d01309166276f9604981ab0.tar.bz2 historical-ae6408c6c87e4a341d01309166276f9604981ab0.zip |
I am retarded and dropped the libgpm.so.1 symlink with -r1.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/gpm/ChangeLog | 8 | ||||
-rw-r--r-- | sys-libs/gpm/Manifest | 6 | ||||
-rw-r--r-- | sys-libs/gpm/files/digest-gpm-1.20.1-r2 (renamed from sys-libs/gpm/files/digest-gpm-1.20.1-r1) | 0 | ||||
-rw-r--r-- | sys-libs/gpm/gpm-1.20.1-r2.ebuild (renamed from sys-libs/gpm/gpm-1.20.1-r1.ebuild) | 8 |
4 files changed, 16 insertions, 6 deletions
diff --git a/sys-libs/gpm/ChangeLog b/sys-libs/gpm/ChangeLog index be1555f849e2..979fe9bfac9b 100644 --- a/sys-libs/gpm/ChangeLog +++ b/sys-libs/gpm/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-libs/gpm # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.32 2005/01/30 11:43:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.33 2005/01/30 19:13:18 vapier Exp $ + +*gpm-1.20.1-r2 (30 Jan 2005) + + 30 Jan 2005; Mike Frysinger <vapier@gentoo.org> -gpm-1.20.1-r1.ebuild, + +gpm-1.20.1-r2.ebuild: + I am retarded and dropped the libgpm.so.1 symlink with -r1. *gpm-1.20.1-r1 (30 Jan 2005) diff --git a/sys-libs/gpm/Manifest b/sys-libs/gpm/Manifest index fb5dd5d7cb29..21a9c3947308 100644 --- a/sys-libs/gpm/Manifest +++ b/sys-libs/gpm/Manifest @@ -1,9 +1,9 @@ -MD5 26301f8913e9f43640443f7999c9ef1d ChangeLog 4752 -MD5 162ab0af06581732a0627f26eed27659 gpm-1.20.1-r1.ebuild 1167 +MD5 f67c780bbb6083e0253275f42fc573fc ChangeLog 4943 MD5 81f80af7a34f9e25f9213422bcb30b09 gpm-1.20.1.ebuild 1644 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 -MD5 ea7ad06dda6e39fd68b7ff1fd97e9ef6 files/digest-gpm-1.20.1-r1 136 +MD5 f0b522b6f607d3d1401beeed2a7e3fe4 gpm-1.20.1-r2.ebuild 1316 MD5 1e2ab7c222263d460e9e881f7a1558c7 files/gpm-linux26-headers.patch 423 MD5 97f0853f825f506bf47be3b8ce6f9ce9 files/digest-gpm-1.20.1 136 MD5 d562712814b13d09904823bd3eb31269 files/gpm.conf.d 570 MD5 b1364fd3bf27cda742dbcfc87497cc18 files/gpm.rc6 951 +MD5 ea7ad06dda6e39fd68b7ff1fd97e9ef6 files/digest-gpm-1.20.1-r2 136 diff --git a/sys-libs/gpm/files/digest-gpm-1.20.1-r1 b/sys-libs/gpm/files/digest-gpm-1.20.1-r2 index 68685aa4213d..68685aa4213d 100644 --- a/sys-libs/gpm/files/digest-gpm-1.20.1-r1 +++ b/sys-libs/gpm/files/digest-gpm-1.20.1-r2 diff --git a/sys-libs/gpm/gpm-1.20.1-r1.ebuild b/sys-libs/gpm/gpm-1.20.1-r2.ebuild index ec463f74ab30..3de6789362cb 100644 --- a/sys-libs/gpm/gpm-1.20.1-r1.ebuild +++ b/sys-libs/gpm/gpm-1.20.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r1.ebuild,v 1.1 2005/01/30 11:43:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r2.ebuild,v 1.1 2005/01/30 19:13:18 vapier Exp $ inherit eutils toolchain-funcs @@ -35,10 +35,14 @@ src_compile() { src_install() { make install DESTDIR="${D}" || die "make install failed" + # fix lib symlinks since the default is missing/bogus + dosym libgpm.so.1.19.0 /usr/$(get_libdir)/libgpm.so.1 + dosym libgpm.so.1 /usr/$(get_libdir)/libgpm.so + insinto /etc/gpm doins conf/gpm-*.conf - dodoc BUGS ChangeLog Changes README TODO + dodoc BUGS Changes README TODO dodoc doc/Announce doc/FAQ doc/README* newinitd "${FILESDIR}"/gpm.rc6 gpm |