diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-23 01:51:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-23 01:51:52 +0000 |
commit | 6d043bee6dee874643870f68044041ab64e95f91 (patch) | |
tree | b9871db3560660254f26fbd94d4484d32c8fedc3 /sys-apps/lcdsplash | |
parent | Make sure we use a proper $CC. (Manifest recommit) (diff) | |
download | gentoo-2-6d043bee6dee874643870f68044041ab64e95f91.tar.gz gentoo-2-6d043bee6dee874643870f68044041ab64e95f91.tar.bz2 gentoo-2-6d043bee6dee874643870f68044041ab64e95f91.zip |
Version bump.
Diffstat (limited to 'sys-apps/lcdsplash')
-rw-r--r-- | sys-apps/lcdsplash/ChangeLog | 8 | ||||
-rw-r--r-- | sys-apps/lcdsplash/files/digest-lcdsplash-0.1 | 1 | ||||
-rw-r--r-- | sys-apps/lcdsplash/files/digest-lcdsplash-0.2 | 1 | ||||
-rw-r--r-- | sys-apps/lcdsplash/lcdsplash-0.2.ebuild (renamed from sys-apps/lcdsplash/lcdsplash-0.1.ebuild) | 4 |
4 files changed, 10 insertions, 4 deletions
diff --git a/sys-apps/lcdsplash/ChangeLog b/sys-apps/lcdsplash/ChangeLog index e1aafc28c2b0..2ee980b1ca85 100644 --- a/sys-apps/lcdsplash/ChangeLog +++ b/sys-apps/lcdsplash/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-apps/lcdsplash # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/lcdsplash/ChangeLog,v 1.1 2004/11/17 02:14:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lcdsplash/ChangeLog,v 1.2 2004/11/23 01:51:52 vapier Exp $ + +*lcdsplash-0.2 (22 Nov 2004) + + 22 Nov 2004; Mike Frysinger <vapier@gentoo.org> -lcdsplash-0.1.ebuild, + +lcdsplash-0.2.ebuild: + Version bump. *lcdsplash-0.1 (16 Nov 2004) diff --git a/sys-apps/lcdsplash/files/digest-lcdsplash-0.1 b/sys-apps/lcdsplash/files/digest-lcdsplash-0.1 deleted file mode 100644 index b5bf663147af..000000000000 --- a/sys-apps/lcdsplash/files/digest-lcdsplash-0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 3fc5af2508d11354ac662bd089f71e5b lcdsplash-0.1.tar.bz2 7413 diff --git a/sys-apps/lcdsplash/files/digest-lcdsplash-0.2 b/sys-apps/lcdsplash/files/digest-lcdsplash-0.2 new file mode 100644 index 000000000000..5e404b63fcb5 --- /dev/null +++ b/sys-apps/lcdsplash/files/digest-lcdsplash-0.2 @@ -0,0 +1 @@ +MD5 675b80b3d20d9c61cdfbaac9d38bef80 lcdsplash-0.2.tar.bz2 7784 diff --git a/sys-apps/lcdsplash/lcdsplash-0.1.ebuild b/sys-apps/lcdsplash/lcdsplash-0.2.ebuild index 6bec918dc3d7..7449bf241194 100644 --- a/sys-apps/lcdsplash/lcdsplash-0.1.ebuild +++ b/sys-apps/lcdsplash/lcdsplash-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/lcdsplash/lcdsplash-0.1.ebuild,v 1.1 2004/11/17 02:14:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lcdsplash/lcdsplash-0.2.ebuild,v 1.1 2004/11/23 01:51:52 vapier Exp $ DESCRIPTION="splash Gentoo boot information on LCD's" HOMEPAGE="http://www.gentoo.org/" @@ -20,7 +20,7 @@ src_install() { insinto /sbin doins splash-functions.sh || die "splash" insinto /lib/rcscripts/lcdsplash - doins modules/* || die "modules" + doins -r modules/* || die "modules" insinto /etc doins lcdsplash.conf || die "conf" |